mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-09 11:12:51 -06:00
GF.Infra.Modules: minor tweaks
Still keeping the modules both in a list and in a finite map. The overhead is smaller than I initially thought.
This commit is contained in:
@@ -56,7 +56,7 @@ import qualified Data.ByteString.Char8 as BS
|
||||
-- | grammar as presented to the compiler
|
||||
type SourceGrammar = MGrammar Info
|
||||
|
||||
emptySourceGrammar = mGrammar []
|
||||
emptySourceGrammar = emptyMGrammar
|
||||
|
||||
type SourceModInfo = ModInfo Info
|
||||
|
||||
|
||||
Reference in New Issue
Block a user