Skip to content

Commit 2abd6b7

Browse files
Update README
1 parent a1aa2f2 commit 2abd6b7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,13 @@ context-aware single variable of the IR. Its fields are described as follows:
182182
### Operations
183183

184184
Operations are the basic composition of variables and puts together the pieces
185-
with a function. The `~` function denotes equality between the arguments.
185+
with a function.
186+
187+
### Equations
188+
189+
Equations are stored using the `Equation` datatype. Given expressions for the
190+
left-hand and right-hand sides, an equation is constructed as `Equation(lhs, rhs)`,
191+
or equivalently `lhs ~ rhs`.
186192

187193
### Differentials
188194

0 commit comments

Comments
 (0)