1
0
forked from GitHub/gf-core

"Committed_by_peb"

This commit is contained in:
peb
2005-02-02 14:37:28 +00:00
parent 176dccf78b
commit f7d79e2d14
2 changed files with 21 additions and 3 deletions

View File

@@ -1,6 +1,15 @@
module Main where
----------------------------------------------------------------------
-- |
-- Module: Main
-- Responsible: Aarne Ranta (aarne@cs.chalmers.se)
-- Time-stamp: <2005-02-02, 15:41>
--
-- This is the main module in GF
----------------------------------------------------------------------
import GFModes
module Main (main) where
import GFModes (gfInteract, gfBatch, batchCompile)
import Operations
import UseIO
import Option

View File

@@ -1,4 +1,13 @@
module GFModes where
----------------------------------------------------------------------
-- |
-- Module: GFModes
-- Responsible: Aarne Ranta (aarne@cs.chalmers.se)
-- Time-stamp: <2005-02-02, 15:24>
--
-- (Description of the module)
----------------------------------------------------------------------
module GFModes (gfInteract, gfBatch, batchCompile) where
import Operations
import UseIO