chore: update the conformance tests

This commit is contained in:
rvcas 2024-02-19 21:34:57 -05:00 committed by Lucas
parent a15fead982
commit 8d59ba1c77
492 changed files with 827 additions and 65 deletions

View File

@ -0,0 +1,2 @@
({cpu: 23100
| mem: 200})

View File

@ -0,0 +1,2 @@
({cpu: 23100
| mem: 200})

View File

@ -1,5 +1,6 @@
(program 0.0.0 (con data (
Map [ (B #0123, I 12345),
(B #456789, I 789453),
(B #0ABCDE, I 12364689486)]
Map [ (B #0123, I 12345),
(I 789453, B #456789),
(List [I -12364689486], Constr 7 [])
]
)))

View File

@ -3,6 +3,8 @@
(con
data
(Map
[(B #0123, I 12345), (B #456789, I 789453), (B #0abcde, I 12364689486)])
[ (B #0123, I 12345)
, (I 789453, B #456789)
, (List [I -12364689486], Constr 7 []) ])
)
)

View File

@ -0,0 +1,2 @@
(program 0.0.0 (con (list bool) [5])
)

View File

@ -0,0 +1,2 @@
(program 0.0.0 (con (list bool) [(lam x (lam y x))])
)

View File

@ -0,0 +1 @@
(program 0.0.0 (con (pair integer string) ((lam x x), 1))

View File

@ -0,0 +1 @@
(program 0.0.0 (con (pair integer string) (1, (lam y y))))

View File

@ -0,0 +1,2 @@
({cpu: 23100
| mem: 200})

View File

@ -0,0 +1,2 @@
({cpu: 23100
| mem: 200})

Some files were not shown because too many files have changed in this diff Show More