Modules§
- interned
- Convenience constructors for creating
ArcIntern<Expression>
s out of otherArcIntern<Expression>
s.
Structs§
- Function
Call Expression - The type of function call Quil expressions, e.g.
sin(e)
. - Infix
Expression - The type of infix Quil expressions, e.g.
e1 + e2
. - Prefix
Expression - The type of prefix Quil expressions, e.g.
-e
.
Enums§
- Evaluation
Error - The different possible types of errors that could occur during expression evaluation.
- Expression
- The type of Quil expressions.
- Expression
Function - A function defined within Quil syntax.
- Infix
Operator - Prefix
Operator