remove commentd code
This commit is contained in:
parent
2642a9e361
commit
921afea1d3
11
arith.modal
11
arith.modal
|
@ -326,15 +326,4 @@
|
|||
<> ((int1 (?h ?t))) ((int2 + (nat1 (?h ?t))))
|
||||
<> ((int2 ?s (N ?x))) ((Z (?s ?x)))
|
||||
|
||||
-- (str (pow (nat 17) (nat 17)))
|
||||
|
||||
<> (a) ((N (1 (1 (1 ())))))
|
||||
<> (b) ((N (0 (1 (1 ())))))
|
||||
<> (c) ((N (0 (1 ()))))
|
||||
|
||||
-- (add a b)
|
||||
-- (sum (a (b (c ()))))
|
||||
-- (str (div (mul a b) c))
|
||||
|
||||
-- (mul (nat>neg (nat 13)) (nat>neg (nat 7)))
|
||||
(str (mul (int -133) (int 77)))
|
||||
|
|
Loading…
Reference in New Issue