7 lines
64 B
Agda
7 lines
64 B
Agda
module Let
|
|
|
|
ptype Int
|
|
|
|
foo : Int -> Int
|
|
foo n = let x = 42 in x
|