Files
newt/tests/LitConCase.newt.fail
Steve Dunham a9718621e3
Some checks failed
Publish Playground / build (push) Has been cancelled
Publish Playground / deploy (push) Has been cancelled
Initial LSP implementation/vscode support
2026-02-12 20:26:15 -08:00

10 lines
242 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
^^^^^^
ERROR at tests/LitConCase.newt:1:1--1:2: Compile failed