mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
10 lines
123 B
Plaintext
10 lines
123 B
Plaintext
x : Apa
|
|
x = let x : T = y
|
|
in case y of
|
|
f -> q
|
|
_ -> a
|
|
|
|
f = \x -> case x of
|
|
{ r = _ } -> 0
|
|
|