mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-21 10:49:33 -06:00
8 lines
89 B
Plaintext
8 lines
89 B
Plaintext
abstract Scratch = {
|
|
cat S ; F ;
|
|
fun
|
|
FtoS : F -> S ;
|
|
f1 : F ;
|
|
f2 : F ;
|
|
}
|