summaryrefslogtreecommitdiff
path: root/src/GF/API
diff options
context:
space:
mode:
authorpeb <unknown>2005-02-04 09:10:28 +0000
committerpeb <unknown>2005-02-04 09:10:28 +0000
commit6381f3a9987f44c4c827ab2c9033519f191a2cce (patch)
tree003cbe139a73453441ffaff8e3d9546ef3aac2b0 /src/GF/API
parentb2a6b1a176e1f707d3b14a9b35866d7a01406f23 (diff)
"Committed_by_peb"
Diffstat (limited to 'src/GF/API')
-rw-r--r--src/GF/API/BatchTranslate.hs14
-rw-r--r--src/GF/API/GrammarToHaskell.hs14
-rw-r--r--src/GF/API/IOGrammar.hs14
-rw-r--r--src/GF/API/MyParser.hs14
4 files changed, 56 insertions, 0 deletions
diff --git a/src/GF/API/BatchTranslate.hs b/src/GF/API/BatchTranslate.hs
index 43c58670f..5726e6739 100644
--- a/src/GF/API/BatchTranslate.hs
+++ b/src/GF/API/BatchTranslate.hs
@@ -1,3 +1,17 @@
+----------------------------------------------------------------------
+-- |
+-- Module : (Module)
+-- Maintainer : (Maintainer)
+-- Stability : (stable)
+-- Portability : (portable)
+--
+-- > CVS $Date $
+-- > CVS $Author $
+-- > CVS $Revision $
+--
+-- (Description of the module)
+-----------------------------------------------------------------------------
+
module BatchTranslate where
import API
diff --git a/src/GF/API/GrammarToHaskell.hs b/src/GF/API/GrammarToHaskell.hs
index c7e3488ce..081d533e3 100644
--- a/src/GF/API/GrammarToHaskell.hs
+++ b/src/GF/API/GrammarToHaskell.hs
@@ -1,3 +1,17 @@
+----------------------------------------------------------------------
+-- |
+-- Module : (Module)
+-- Maintainer : (Maintainer)
+-- Stability : (stable)
+-- Portability : (portable)
+--
+-- > CVS $Date $
+-- > CVS $Author $
+-- > CVS $Revision $
+--
+-- (Description of the module)
+-----------------------------------------------------------------------------
+
module GrammarToHaskell (grammar2haskell) where
import qualified GFC
diff --git a/src/GF/API/IOGrammar.hs b/src/GF/API/IOGrammar.hs
index 73fb0b438..b74facd4e 100644
--- a/src/GF/API/IOGrammar.hs
+++ b/src/GF/API/IOGrammar.hs
@@ -1,3 +1,17 @@
+----------------------------------------------------------------------
+-- |
+-- Module : (Module)
+-- Maintainer : (Maintainer)
+-- Stability : (stable)
+-- Portability : (portable)
+--
+-- > CVS $Date $
+-- > CVS $Author $
+-- > CVS $Revision $
+--
+-- (Description of the module)
+-----------------------------------------------------------------------------
+
module IOGrammar where
import Abstract
diff --git a/src/GF/API/MyParser.hs b/src/GF/API/MyParser.hs
index 3bb749a20..60f5541ce 100644
--- a/src/GF/API/MyParser.hs
+++ b/src/GF/API/MyParser.hs
@@ -1,3 +1,17 @@
+----------------------------------------------------------------------
+-- |
+-- Module : (Module)
+-- Maintainer : (Maintainer)
+-- Stability : (stable)
+-- Portability : (portable)
+--
+-- > CVS $Date $
+-- > CVS $Author $
+-- > CVS $Revision $
+--
+-- (Description of the module)
+-----------------------------------------------------------------------------
+
module MyParser where
import ShellState