forked from GitHub/gf-core
5 lines
60 B
Plaintext
5 lines
60 B
Plaintext
import nat
|
|
import fib
|
|
|
|
main = (\x -> (\x -> \x -> x) 1 x) 5
|