Peano
This commit is contained in:
parent
22d9dd8efa
commit
a720b9ffd8
3 changed files with 33 additions and 13 deletions
|
|
@ -187,4 +187,8 @@ prelude =
|
|||
, " _ => True"
|
||||
, " _ => False"
|
||||
, "\n"
|
||||
, -- The function body of - is replaced during code gen. It exists here for type checking purposes.
|
||||
".- : Int -> Int -> Int"
|
||||
, ".- x y = 0"
|
||||
, "\n"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue