Structs§
- The type of function call Quil expressions, e.g.
sin(e)
. - The type of infix Quil expressions, e.g.
e1 + e2
. - The type of prefix Quil expressions, e.g.
-e
.
Enums§
- The different possible types of errors that could occur during expression evaluation.
- The type of Quil expressions.
- A function defined within Quil syntax.