mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-01 15:22:50 -06:00
extended functor syntax
This commit is contained in:
@@ -38,9 +38,12 @@ data ModType =
|
||||
deriving (Eq,Ord,Show)
|
||||
|
||||
data ModBody =
|
||||
MBody Extend Opens [TopDef]
|
||||
| MWith Ident [Open]
|
||||
| MWithE [Included] Ident [Open]
|
||||
MNoBody [Included]
|
||||
| MWithBody Included [Open] Opens [TopDef]
|
||||
| MWithEBody [Included] Included [Open] Opens [TopDef]
|
||||
| MBody Extend Opens [TopDef]
|
||||
| MWith Included [Open]
|
||||
| MWithE [Included] Included [Open]
|
||||
| MReuse Ident
|
||||
| MUnion [Included]
|
||||
deriving (Eq,Ord,Show)
|
||||
|
||||
Reference in New Issue
Block a user