mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-23 01:52:50 -06:00
*** empty log message ***
This commit is contained in:
24
grammars/testConversions/TestVarsA.gf
Normal file
24
grammars/testConversions/TestVarsA.gf
Normal file
@@ -0,0 +1,24 @@
|
||||
|
||||
abstract TestVarsA = {
|
||||
|
||||
-- cat S; A; B;
|
||||
-- fun a : B -> S;
|
||||
-- fun b : A -> B -> S;
|
||||
-- fun c : S;
|
||||
|
||||
-- cat V; W;
|
||||
-- fun v : V;
|
||||
-- fun w : W;
|
||||
|
||||
cat S;
|
||||
--fun s : S;
|
||||
fun e : S;
|
||||
fun ee : S -> S;
|
||||
fun f : S;
|
||||
fun ff : S -> S;
|
||||
|
||||
-- cat D;
|
||||
-- fun d : D;
|
||||
-- fun dd : D -> D;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user