7 lines
77 B
Agda
7 lines
77 B
Agda
module ErrMsg2
|
|
|
|
import Prelude
|
|
|
|
foo : Nat → (Nat → Nat)
|
|
foo x = \ x -> x
|