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