Files
newt/tests/ErrMsg2.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
252 B
Plaintext

*** Process tests/ErrMsg2.newt
module Prelude
module ErrMsg2
ERROR at tests/ErrMsg2.newt:6:13--6:15: Expected '=>' at Keyword:->
foo : Nat → (Nat → Nat)
foo x = \ x -> x
^^
ERROR at tests/ErrMsg2.newt:1:1--1:2: Compile failed