From 6381f3a9987f44c4c827ab2c9033519f191a2cce Mon Sep 17 00:00:00 2001 From: peb Date: Fri, 4 Feb 2005 09:10:28 +0000 Subject: "Committed_by_peb" --- src/GF/API/BatchTranslate.hs | 14 ++++++++++++++ src/GF/API/GrammarToHaskell.hs | 14 ++++++++++++++ src/GF/API/IOGrammar.hs | 14 ++++++++++++++ src/GF/API/MyParser.hs | 14 ++++++++++++++ 4 files changed, 56 insertions(+) (limited to 'src/GF/API') 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 -- cgit v1.2.3