summaryrefslogtreecommitdiff
path: root/src/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime')
-rw-r--r--src/runtime/haskell/PGF.hs5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/runtime/haskell/PGF.hs b/src/runtime/haskell/PGF.hs
index cff225f08..0e653c62b 100644
--- a/src/runtime/haskell/PGF.hs
+++ b/src/runtime/haskell/PGF.hs
@@ -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