forked from GitHub/gf-core
9 lines
67 B
Plaintext
9 lines
67 B
Plaintext
abstract Ara = {
|
|
|
|
cat S ; V ;
|
|
|
|
fun ktb_V : V ;
|
|
|
|
Tab : V -> S ;
|
|
}
|