mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
PGF.hs: Add LANGUAGE BangPatterns to make GHC 7.2 happy
Also remove oddly named function forExample (topological sorting) from export list.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
{-# LANGUAGE BangPatterns #-}
|
||||
-------------------------------------------------
|
||||
-- |
|
||||
-- Module : PGF
|
||||
@@ -130,7 +131,7 @@ module PGF(
|
||||
readProbabilitiesFromFile,
|
||||
|
||||
-- ** SortTop
|
||||
forExample,
|
||||
-- forExample,
|
||||
|
||||
-- * Browsing
|
||||
browse
|
||||
@@ -138,7 +139,7 @@ module PGF(
|
||||
|
||||
import PGF.CId
|
||||
import PGF.Linearize
|
||||
import PGF.SortTop
|
||||
--import PGF.SortTop
|
||||
import PGF.Generate
|
||||
import PGF.TypeCheck
|
||||
import PGF.Paraphrase
|
||||
|
||||
Reference in New Issue
Block a user