This commit is contained in:
sebastianselander 2023-05-05 15:09:51 +02:00
parent 22d9dd8efa
commit a720b9ffd8
3 changed files with 33 additions and 13 deletions

View file

@ -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"
]