mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 01:22:51 -06:00
Added explicit export list to ParGF.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{-# OPTIONS -fglasgow-exts -cpp #-}
|
{-# OPTIONS -fglasgow-exts -cpp #-}
|
||||||
{-# OPTIONS -fno-warn-incomplete-patterns -fno-warn-overlapping-patterns #-}
|
{-# 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.AbsGF --H
|
||||||
import GF.Source.LexGF --H
|
import GF.Source.LexGF --H
|
||||||
import GF.Infra.Ident --H
|
import GF.Infra.Ident --H
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
-- This Happy file was machine-generated by the BNF converter
|
-- This Happy file was machine-generated by the BNF converter
|
||||||
{
|
{
|
||||||
{-# OPTIONS -fno-warn-incomplete-patterns -fno-warn-overlapping-patterns #-}
|
{-# 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.AbsGF --H
|
||||||
import GF.Source.LexGF --H
|
import GF.Source.LexGF --H
|
||||||
import GF.Infra.Ident --H
|
import GF.Infra.Ident --H
|
||||||
|
|||||||
Reference in New Issue
Block a user