mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-19 16:12:52 -06:00
"Committed_by_peb"
This commit is contained in:
13
src/GF.hs
13
src/GF.hs
@@ -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 Operations
|
||||||
import UseIO
|
import UseIO
|
||||||
import Option
|
import Option
|
||||||
|
|||||||
@@ -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 Operations
|
||||||
import UseIO
|
import UseIO
|
||||||
|
|||||||
Reference in New Issue
Block a user