feat(machine): fix Value::Constr fields order

cc @MicroProofs
This commit is contained in:
rvcas
2024-02-19 20:52:38 -05:00
committed by Lucas
parent 028528899c
commit 20917bbd5b
4 changed files with 13 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
-- 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

@@ -0,0 +1,2 @@
({cpu: 115100
| mem: 600})

View File

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