mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
*** empty log message ***
This commit is contained in:
@@ -1,8 +1,16 @@
|
||||
|
||||
abstract MicroAbs = {
|
||||
|
||||
cat S;
|
||||
cat S; V; VV; W;
|
||||
|
||||
fun vars : S;
|
||||
fun
|
||||
sv : V -> S;
|
||||
vars : VV;
|
||||
ww : W -> W;
|
||||
svw : V -> W -> S;
|
||||
|
||||
supr : V -> V -> S;
|
||||
supredup : S -> S -> S;
|
||||
suplbl : V -> S;
|
||||
reorder : V -> V -> V;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user