aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/variable.spad.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/variable.spad.pamphlet')
-rw-r--r--src/algebra/variable.spad.pamphlet2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/algebra/variable.spad.pamphlet b/src/algebra/variable.spad.pamphlet
index 1ae7899d..3489579f 100644
--- a/src/algebra/variable.spad.pamphlet
+++ b/src/algebra/variable.spad.pamphlet
@@ -46,8 +46,6 @@ OrderedVariableList(VariableList:List Symbol):
++ Description:
++ This domain implements variables
Variable(sym:Symbol): Join(SetCategory, CoercibleTo Symbol) with
- coerce : % -> Symbol
- ++ coerce(x) returns the symbol
variable: () -> Symbol
++ variable() returns the symbol
== add