forked from GitHub/gf-core
"Committed_by_peb"
This commit is contained in:
@@ -5,11 +5,11 @@
|
|||||||
-- Stability : (stability)
|
-- Stability : (stability)
|
||||||
-- Portability : (portability)
|
-- Portability : (portability)
|
||||||
--
|
--
|
||||||
-- > CVS $Date: 2005/02/03 15:13:35 $
|
-- > CVS $Date: 2005/02/04 10:10:28 $
|
||||||
-- > CVS $Author: peb $
|
-- > CVS $Author: peb $
|
||||||
-- > CVS $Revision: 1.18 $
|
-- > CVS $Revision: 1.19 $
|
||||||
--
|
--
|
||||||
-- (Description)
|
-- (Description of the module)
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module Main (main) where
|
module Main (main) where
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module API where
|
module API where
|
||||||
|
|
||||||
import qualified AbsGF as GF
|
import qualified AbsGF as GF
|
||||||
|
|||||||
@@ -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
|
module BatchTranslate where
|
||||||
|
|
||||||
import API
|
import API
|
||||||
|
|||||||
@@ -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
|
module GrammarToHaskell (grammar2haskell) where
|
||||||
|
|
||||||
import qualified GFC
|
import qualified GFC
|
||||||
|
|||||||
@@ -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
|
module IOGrammar where
|
||||||
|
|
||||||
import Abstract
|
import Abstract
|
||||||
|
|||||||
@@ -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
|
module MyParser where
|
||||||
|
|
||||||
import ShellState
|
import ShellState
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module CF where
|
module CF where
|
||||||
|
|
||||||
import Operations
|
import Operations
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module CFIdent where
|
module CFIdent where
|
||||||
|
|
||||||
import Operations
|
import Operations
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module CFtoGrammar where
|
module CFtoGrammar where
|
||||||
|
|
||||||
import Ident
|
import Ident
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
{-
|
{-
|
||||||
**************************************************************
|
**************************************************************
|
||||||
GF Module
|
GF Module
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module CanonToCF where
|
module CanonToCF where
|
||||||
|
|
||||||
import Tracing -- peb 8/6-04
|
import Tracing -- peb 8/6-04
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
{- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
{- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
Filename: ChartParser.hs
|
Filename: ChartParser.hs
|
||||||
Author: Peter Ljunglöf
|
Author: Peter Ljunglöf
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module EBNF where
|
module EBNF where
|
||||||
|
|
||||||
import Operations
|
import Operations
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module PPrCF where
|
module PPrCF where
|
||||||
|
|
||||||
import Operations
|
import Operations
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module PrLBNF (prLBNF,prBNF) where
|
module PrLBNF (prLBNF,prBNF) where
|
||||||
|
|
||||||
import CF
|
import CF
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module Profile (postParse) where
|
module Profile (postParse) where
|
||||||
|
|
||||||
import AbsGFC
|
import AbsGFC
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module AbsCFG where
|
module AbsCFG where
|
||||||
|
|
||||||
-- Haskell module generated by the BNF converter
|
-- Haskell module generated by the BNF converter
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
{-# OPTIONS -cpp #-}
|
{-# OPTIONS -cpp #-}
|
||||||
{-# LINE 3 "LexCFG.x" #-}
|
{-# LINE 3 "LexCFG.x" #-}
|
||||||
module LexCFG where
|
module LexCFG where
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
{-# OPTIONS -fglasgow-exts -cpp #-}
|
{-# OPTIONS -fglasgow-exts -cpp #-}
|
||||||
-- parser produced by Happy Version 1.13
|
-- parser produced by Happy Version 1.13
|
||||||
|
|
||||||
@@ -464,7 +478,7 @@ happyError ts =
|
|||||||
|
|
||||||
myLexer = tokens
|
myLexer = tokens
|
||||||
{-# LINE 1 "GenericTemplate.hs" #-}
|
{-# LINE 1 "GenericTemplate.hs" #-}
|
||||||
-- $Id: ParCFG.hs,v 1.3 2004/09/29 16:53:46 bringert Exp $
|
-- $Id: ParCFG.hs,v 1.4 2005/02/04 10:10:30 peb Exp $
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module PrintCFG where
|
module PrintCFG where
|
||||||
|
|
||||||
-- pretty-printer generated by the BNF converter
|
-- pretty-printer generated by the BNF converter
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
-- Handles printing a CFGrammar in CFGM format.
|
-- Handles printing a CFGrammar in CFGM format.
|
||||||
module PrintCFGrammar (prCanonAsCFGM) where
|
module PrintCFGrammar (prCanonAsCFGM) where
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module AbsGFC where
|
module AbsGFC where
|
||||||
|
|
||||||
import Ident --H
|
import Ident --H
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module CMacros where
|
module CMacros where
|
||||||
|
|
||||||
import AbsGFC
|
import AbsGFC
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module CanonToGrammar where
|
module CanonToGrammar where
|
||||||
|
|
||||||
import AbsGFC
|
import AbsGFC
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module GFC where
|
module GFC where
|
||||||
|
|
||||||
import AbsGFC
|
import AbsGFC
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module GetGFC where
|
module GetGFC where
|
||||||
|
|
||||||
import Operations
|
import Operations
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
{-# OPTIONS -cpp #-}
|
{-# OPTIONS -cpp #-}
|
||||||
{-# LINE 3 "LexGFC.x" #-}
|
{-# LINE 3 "LexGFC.x" #-}
|
||||||
module LexGFC where
|
module LexGFC where
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module Look where
|
module Look where
|
||||||
|
|
||||||
import AbsGFC
|
import AbsGFC
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module MkGFC where
|
module MkGFC where
|
||||||
|
|
||||||
import GFC
|
import GFC
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
{-# OPTIONS -fglasgow-exts -cpp #-}
|
{-# OPTIONS -fglasgow-exts -cpp #-}
|
||||||
-- parser produced by Happy Version 1.13
|
-- parser produced by Happy Version 1.13
|
||||||
|
|
||||||
@@ -1767,7 +1781,7 @@ happyError ts =
|
|||||||
|
|
||||||
myLexer = tokens
|
myLexer = tokens
|
||||||
{-# LINE 1 "GenericTemplate.hs" #-}
|
{-# LINE 1 "GenericTemplate.hs" #-}
|
||||||
-- $Id: ParGFC.hs,v 1.6 2005/01/11 16:06:15 aarne Exp $
|
-- $Id: ParGFC.hs,v 1.7 2005/02/04 10:10:38 peb Exp $
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module PrExp where
|
module PrExp where
|
||||||
|
|
||||||
import AbsGFC
|
import AbsGFC
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module PrintGFC where
|
module PrintGFC where
|
||||||
|
|
||||||
-- pretty-printer generated by the BNF converter, except handhacked spacing --H
|
-- pretty-printer generated by the BNF converter, except handhacked spacing --H
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module Share (shareModule, OptSpec, basicOpt, fullOpt, valOpt) where
|
module Share (shareModule, OptSpec, basicOpt, fullOpt, valOpt) where
|
||||||
|
|
||||||
import AbsGFC
|
import AbsGFC
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module SkelGFC where
|
module SkelGFC where
|
||||||
|
|
||||||
-- Haskell module generated by the BNF converter
|
-- Haskell module generated by the BNF converter
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
-- automatically generated by BNF Converter
|
-- automatically generated by BNF Converter
|
||||||
module Main where
|
module Main where
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module Unlex where
|
module Unlex where
|
||||||
|
|
||||||
import Operations
|
import Operations
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module CheckGrammar where
|
module CheckGrammar where
|
||||||
|
|
||||||
import Grammar
|
import Grammar
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module Compile where
|
module Compile where
|
||||||
|
|
||||||
import Grammar
|
import Grammar
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module Extend where
|
module Extend where
|
||||||
|
|
||||||
import Grammar
|
import Grammar
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module GetGrammar where
|
module GetGrammar where
|
||||||
|
|
||||||
import Operations
|
import Operations
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module GrammarToCanon where
|
module GrammarToCanon where
|
||||||
|
|
||||||
import Operations
|
import Operations
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module MkResource where
|
module MkResource where
|
||||||
|
|
||||||
import Grammar
|
import Grammar
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module MkUnion (makeUnion) where
|
module MkUnion (makeUnion) where
|
||||||
|
|
||||||
import Grammar
|
import Grammar
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module ModDeps where
|
module ModDeps where
|
||||||
|
|
||||||
import Grammar
|
import Grammar
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module Rename where
|
module Rename where
|
||||||
|
|
||||||
import Grammar
|
import Grammar
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module Optimize where
|
module Optimize where
|
||||||
|
|
||||||
import Grammar
|
import Grammar
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module PGrammar where
|
module PGrammar where
|
||||||
|
|
||||||
---import LexGF
|
---import LexGF
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module PrOld where
|
module PrOld where
|
||||||
|
|
||||||
import PrGrammar
|
import PrGrammar
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module Rebuild where
|
module Rebuild where
|
||||||
|
|
||||||
import Grammar
|
import Grammar
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module RemoveLiT (removeLiT) where
|
module RemoveLiT (removeLiT) where
|
||||||
|
|
||||||
import Grammar
|
import Grammar
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module Rename where
|
module Rename where
|
||||||
|
|
||||||
import Grammar
|
import Grammar
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module ShellState where
|
module ShellState where
|
||||||
|
|
||||||
import Operations
|
import Operations
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module Update where
|
module Update where
|
||||||
|
|
||||||
import Ident
|
import Ident
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module ErrM (
|
module ErrM (
|
||||||
module Operations
|
module Operations
|
||||||
) where
|
) where
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module Glue where
|
module Glue where
|
||||||
|
|
||||||
import Trie2
|
import Trie2
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
{-
|
{-
|
||||||
**************************************************************
|
**************************************************************
|
||||||
* Filename : Map.hs *
|
* Filename : Map.hs *
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module Operations where
|
module Operations where
|
||||||
|
|
||||||
import Char (isSpace, toUpper, isSpace, isDigit)
|
import Char (isSpace, toUpper, isSpace, isDigit)
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
{- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
{- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
Filename: OrdMap2.hs
|
Filename: OrdMap2.hs
|
||||||
Author: Peter Ljunglöf
|
Author: Peter Ljunglöf
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
{- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
{- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
Filename: OrdSet.hs
|
Filename: OrdSet.hs
|
||||||
Author: Peter Ljunglöf
|
Author: Peter Ljunglöf
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module Parsers where
|
module Parsers where
|
||||||
|
|
||||||
import Operations
|
import Operations
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
{-
|
{-
|
||||||
**************************************************************
|
**************************************************************
|
||||||
* Filename : RedBlack.hs *
|
* Filename : RedBlack.hs *
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module SharedString (shareString) where
|
module SharedString (shareString) where
|
||||||
|
|
||||||
import Data.HashTable as H
|
import Data.HashTable as H
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module Str (
|
module Str (
|
||||||
Str (..), Tok (..), --- constructors needed in PrGrammar
|
Str (..), Tok (..), --- constructors needed in PrGrammar
|
||||||
str2strings, str2allStrings, str, sstr, sstrV,
|
str2strings, str2allStrings, str, sstr, sstrV,
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
{-
|
{-
|
||||||
**************************************************************
|
**************************************************************
|
||||||
* Filename : Trie.hs *
|
* Filename : Trie.hs *
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
{-
|
{-
|
||||||
**************************************************************
|
**************************************************************
|
||||||
* Author : Markus Forsberg *
|
* Author : Markus Forsberg *
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module Zipper where
|
module Zipper where
|
||||||
|
|
||||||
import Operations
|
import Operations
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module ArchEdit (
|
module ArchEdit (
|
||||||
fudlogueEdit, fudlogueWrite, fudlogueWriteUni
|
fudlogueEdit, fudlogueWrite, fudlogueWriteUni
|
||||||
) where
|
) where
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module CommandF where
|
module CommandF where
|
||||||
|
|
||||||
import Operations
|
import Operations
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module EventF where
|
module EventF where
|
||||||
import AllFudgets
|
import AllFudgets
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module FudgetOps where
|
module FudgetOps where
|
||||||
|
|
||||||
import Fudgets
|
import Fudgets
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module UnicodeF where
|
module UnicodeF where
|
||||||
import Fudgets
|
import Fudgets
|
||||||
|
|
||||||
|
|||||||
@@ -5,11 +5,11 @@
|
|||||||
-- Stability : (stability)
|
-- Stability : (stability)
|
||||||
-- Portability : (portability)
|
-- Portability : (portability)
|
||||||
--
|
--
|
||||||
-- > CVS $Date: 2005/02/03 15:13:36 $
|
-- > CVS $Date: 2005/02/04 10:10:28 $
|
||||||
-- > CVS $Author: peb $
|
-- > CVS $Author: peb $
|
||||||
-- > CVS $Revision: 1.4 $
|
-- > CVS $Revision: 1.5 $
|
||||||
--
|
--
|
||||||
-- (Description)
|
-- (Description of the module)
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module GFModes (gfInteract, gfBatch, batchCompile) where
|
module GFModes (gfInteract, gfBatch, batchCompile) where
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module AbsCompute where
|
module AbsCompute where
|
||||||
|
|
||||||
import Operations
|
import Operations
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module Abstract (
|
module Abstract (
|
||||||
|
|
||||||
module Grammar,
|
module Grammar,
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module AppPredefined where
|
module AppPredefined where
|
||||||
|
|
||||||
import Operations
|
import Operations
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module Compute where
|
module Compute where
|
||||||
|
|
||||||
import Operations
|
import Operations
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module Grammar where
|
module Grammar where
|
||||||
|
|
||||||
import Str
|
import Str
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module LookAbs where
|
module LookAbs where
|
||||||
|
|
||||||
import Operations
|
import Operations
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module Lookup where
|
module Lookup where
|
||||||
|
|
||||||
import Operations
|
import Operations
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module MMacros where
|
module MMacros where
|
||||||
|
|
||||||
import Operations
|
import Operations
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module Macros where
|
module Macros where
|
||||||
|
|
||||||
import Operations
|
import Operations
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module PatternMatch where
|
module PatternMatch where
|
||||||
|
|
||||||
import Operations
|
import Operations
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module PrGrammar where
|
module PrGrammar where
|
||||||
|
|
||||||
import Operations
|
import Operations
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module Refresh where
|
module Refresh where
|
||||||
|
|
||||||
import Operations
|
import Operations
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module ReservedWords (isResWord, isResWordGFC) where
|
module ReservedWords (isResWord, isResWordGFC) where
|
||||||
|
|
||||||
import List
|
import List
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module TC where
|
module TC where
|
||||||
|
|
||||||
import Operations
|
import Operations
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module TypeCheck where
|
module TypeCheck where
|
||||||
|
|
||||||
import Operations
|
import Operations
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module Unify where
|
module Unify where
|
||||||
|
|
||||||
import Abstract
|
import Abstract
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module Values where
|
module Values where
|
||||||
|
|
||||||
import Operations
|
import Operations
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module CheckM where
|
module CheckM where
|
||||||
|
|
||||||
import Operations
|
import Operations
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module Comments where
|
module Comments where
|
||||||
|
|
||||||
-- comment removal : line tails prefixed by -- as well as chunks in {- ... -}
|
-- comment removal : line tails prefixed by -- as well as chunks in {- ... -}
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module Ident where
|
module Ident where
|
||||||
|
|
||||||
import Operations
|
import Operations
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module Modules where
|
module Modules where
|
||||||
|
|
||||||
import Ident
|
import Ident
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module Option where
|
module Option where
|
||||||
|
|
||||||
import List (partition)
|
import List (partition)
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module ReadFiles
|
module ReadFiles
|
||||||
--- where
|
--- where
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module UseIO where
|
module UseIO where
|
||||||
|
|
||||||
import Operations
|
import Operations
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module Shell where
|
module Shell where
|
||||||
|
|
||||||
--- abstract away from these?
|
--- abstract away from these?
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module CommandL where
|
module CommandL where
|
||||||
|
|
||||||
import Operations
|
import Operations
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module Commands where
|
module Commands where
|
||||||
|
|
||||||
import Operations
|
import Operations
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
----------------------------------------------------------------------
|
||||||
|
-- |
|
||||||
|
-- Module : (Module)
|
||||||
|
-- Maintainer : (Maintainer)
|
||||||
|
-- Stability : (stable)
|
||||||
|
-- Portability : (portable)
|
||||||
|
--
|
||||||
|
-- > CVS $Date $
|
||||||
|
-- > CVS $Author $
|
||||||
|
-- > CVS $Revision $
|
||||||
|
--
|
||||||
|
-- (Description of the module)
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module JGF where
|
module JGF where
|
||||||
|
|
||||||
import Operations
|
import Operations
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user