forked from GitHub/gf-core
4 lines
72 B
Plaintext
4 lines
72 B
Plaintext
main = let x : Type = case n of
|
|
n2 -> 2
|
|
n3 -> 3
|
|
in f Numeral |