feat(machine): fix Value::Constr fields order
cc @MicroProofs
This commit is contained in:
@@ -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)))
|
||||
)
|
||||
@@ -0,0 +1,2 @@
|
||||
({cpu: 115100
|
||||
| mem: 600})
|
||||
@@ -0,0 +1 @@
|
||||
(program 1.1.0 (constr 1 (con integer 1) (lam x x) (constr 0 (con integer 1))))
|
||||
Reference in New Issue
Block a user