chore: temp remove conformance tests that are failing

This commit is contained in:
rvcas
2023-11-15 14:43:52 -05:00
committed by Lucas
parent 308fb47e40
commit ed909055b5
36 changed files with 0 additions and 98 deletions

View File

@@ -1,4 +0,0 @@
-- empty constr
(program 1.1.0
(constr 0 )
)

View File

@@ -1,4 +0,0 @@
-- constr with an argument
(program 1.1.0
(constr 0 (con integer 1))
)

View File

@@ -1 +0,0 @@
(program 1.1.0 (constr 0 (con integer 1)))

View File

@@ -1,4 +0,0 @@
-- constr can have arbitrary terms in it
(program 1.1.0
(constr 1 (con integer 1) (lam x x) (constr 0 (con integer 1)))
)

View File

@@ -1 +0,0 @@
(program 1.1.0 (constr 1 (con integer 1) (lam x x) (constr 0 (con integer 1))))

View File

@@ -1,4 +0,0 @@
-- constr can't be used before 1.1.0
(program 1.0.0
(constr 0 )
)