Files
newt/tests/LitConCase.newt.fail
2025-10-06 15:21:54 -07:00

10 lines
193 B
Plaintext

*** Process tests/LitConCase.newt
module LitConCase
ERROR at tests/LitConCase.newt:(7, 5): expected Prim.Int
foo : Int → Unit
foo 0 = MkUnit
foo MkUnit = MkUnit
^
Compile failed