mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
export PGFError
This commit is contained in:
@@ -19,6 +19,8 @@ module PGF ( PGF2.PGF, readPGF
|
||||
, PGF2.Type(..), PGF2.Hypo
|
||||
, PGF2.mkType, PGF2.unType
|
||||
, PGF2.mkHypo, PGF2.mkDepHypo, PGF2.mkImplHypo
|
||||
|
||||
, PGF2.PGFError(..)
|
||||
) where
|
||||
|
||||
import qualified PGF2 as PGF2
|
||||
|
||||
@@ -37,9 +37,13 @@ module PGF2 (-- * PGF
|
||||
readType,
|
||||
mkType, unType,
|
||||
mkHypo, mkDepHypo, mkImplHypo,
|
||||
|
||||
-- * Concrete syntax
|
||||
ConcName
|
||||
) where
|
||||
ConcName,
|
||||
|
||||
-- * Exceptions
|
||||
PGFError(..)
|
||||
) where
|
||||
|
||||
import Control.Exception(Exception,throwIO,mask_,bracket)
|
||||
import System.IO.Unsafe(unsafePerformIO)
|
||||
|
||||
Reference in New Issue
Block a user