From 853eb071dce89161c796d81b24eddd9e073687af Mon Sep 17 00:00:00 2001 From: Gabriel Dos Reis Date: Wed, 30 Dec 2015 10:59:32 -0800 Subject: Use CoercibleTo category instances instead of ad-hoc hard-wired 'coerce: % -> T' signatures. --- src/algebra/variable.spad.pamphlet | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/algebra/variable.spad.pamphlet') 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 -- cgit v1.2.3