10 lines
201 B
Plaintext
10 lines
201 B
Plaintext
*** Process tests/LitConCase.newt
|
|
module LitConCase
|
|
ERROR at tests/LitConCase.newt:7:5--7:11: expected Prim.Int
|
|
foo : Int → Unit
|
|
foo 0 = MkUnit
|
|
foo MkUnit = MkUnit
|
|
^^^^^^
|
|
|
|
Compile failed
|