Files
newt/tests/Possible.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

11 lines
245 B
Plaintext

*** Process tests/Possible.newt
module Prelude
module Possible
ERROR at tests/Possible.newt:6:5--6:8: possible constructors: [Prelude.Z, Prelude.S]
foo : Nat → Nat
foo ()
^^^
ERROR at tests/Possible.newt:1:1--1:2: Compile failed