mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
Added explicit export list to ParGF.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{-# OPTIONS -fglasgow-exts -cpp #-}
|
||||
{-# OPTIONS -fno-warn-incomplete-patterns -fno-warn-overlapping-patterns #-}
|
||||
module GF.Source.ParGF where --H
|
||||
module GF.Source.ParGF (pGrammar, pModDef, pOldGrammar, pExp, myLexer) where --H
|
||||
import GF.Source.AbsGF --H
|
||||
import GF.Source.LexGF --H
|
||||
import GF.Infra.Ident --H
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
-- This Happy file was machine-generated by the BNF converter
|
||||
{
|
||||
{-# OPTIONS -fno-warn-incomplete-patterns -fno-warn-overlapping-patterns #-}
|
||||
module GF.Source.ParGF where --H
|
||||
module GF.Source.ParGF (pGrammar, pModDef, pOldGrammar, pExp, myLexer) where --H
|
||||
import GF.Source.AbsGF --H
|
||||
import GF.Source.LexGF --H
|
||||
import GF.Infra.Ident --H
|
||||
|
||||
Reference in New Issue
Block a user