Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Raphaël Cauderlier
Sigmaid
Commits
b2949b10
Commit
b2949b10
authored
Jul 01, 2014
by
Raphaël Cauderlier
Browse files
42 is not 0
parent
fc36dc52
Changes
1
Hide whitespace changes
Inline
Side-by-side
test.sigma
View file @
b2949b10
...
...
@@ -21,7 +21,7 @@ type Nat ::= [ iszero : Bool ;
let 0 : Nat ::= [ iszero = ς(x : Nat) true ;
pred = ς(x : Nat) x.pred ].
let 42 : Nat ::= [ iszero = ς(x : Nat)
tru
e ;
let 42 : Nat ::= [ iszero = ς(x : Nat)
fals
e ;
pred = ς(x : Nat) x.pred ].
type RomCell ::= [ get : Nat ].
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment