summaryrefslogtreecommitdiff
path: root/src/GF/API/IOGrammar.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/GF/API/IOGrammar.hs')
-rw-r--r--src/GF/API/IOGrammar.hs7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/GF/API/IOGrammar.hs b/src/GF/API/IOGrammar.hs
index 5a12e6b42..85dd3bbd1 100644
--- a/src/GF/API/IOGrammar.hs
+++ b/src/GF/API/IOGrammar.hs
@@ -1,7 +1,7 @@
----------------------------------------------------------------------
-- |
--- Module : (Module)
--- Maintainer : (Maintainer)
+-- Module : IOGrammar
+-- Maintainer : Aarne Ranta
-- Stability : (stable)
-- Portability : (portable)
--
@@ -12,7 +12,8 @@
-- for reading grammars and terms from strings and files
-----------------------------------------------------------------------------
-module IOGrammar where
+module IOGrammar (shellStateFromFiles,
+ getShellStateFromFiles) where
import Abstract
import qualified GFC