mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
8 lines
118 B
Plaintext
8 lines
118 B
Plaintext
-- (c) Krasimir Angelov 2009
|
|
abstract Graftal = {
|
|
cat N; S;
|
|
fun z : N ;
|
|
s : N -> N ;
|
|
c : N -> S ;
|
|
}
|