mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -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 UseIO
|
||||
import Option
|
||||
|
||||
Reference in New Issue
Block a user