11 lines
252 B
Plaintext
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
|