move 'enum' to Syntax.Base
This commit is contained in:
parent
e6c4203b46
commit
5560cb6708
3 changed files with 4 additions and 6 deletions
|
@ -24,9 +24,6 @@ parameters (ds : NContext d) (ns : NContext n)
|
|||
{default str label : String} -> Test
|
||||
testPrettyE1 e str {label} = testPrettyT1 (E e) str {label}
|
||||
|
||||
enum : List TagVal -> Term q d n
|
||||
enum = Enum . SortedSet.fromList
|
||||
|
||||
export
|
||||
tests : Test
|
||||
tests = "pretty printing terms" :- [
|
||||
|
|
|
@ -160,9 +160,6 @@ failing "Can't find an implementation"
|
|||
sany : SQty Three
|
||||
sany = Element Any %search
|
||||
|
||||
enum : List TagVal -> Term q d n
|
||||
enum = Enum . SortedSet.fromList
|
||||
|
||||
|
||||
export
|
||||
tests : Test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue