diff options
Diffstat (limited to 'src/algebra/syntax.spad.pamphlet')
-rw-r--r-- | src/algebra/syntax.spad.pamphlet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/syntax.spad.pamphlet b/src/algebra/syntax.spad.pamphlet index 3b1b0b73..2e85f238 100644 --- a/src/algebra/syntax.spad.pamphlet +++ b/src/algebra/syntax.spad.pamphlet @@ -247,7 +247,7 @@ import SExpression ++ See Also: ElaboratedExpression(): Public == Private where Public ==> CoercibleTo OutputForm with - type: % -> ConstructorCall + type: % -> Syntax ++ type(e) returns the type of the expression as computed by ++ the interpreter. constant?: % -> Boolean |