1
0
forked from GitHub/gf-core

Started on a stub GFC.Main

This commit is contained in:
bringert
2007-09-28 13:27:12 +00:00
parent 64b7683ee4
commit 5fedbc53ae
2 changed files with 36 additions and 1 deletions

View File

@@ -1,4 +1,11 @@
module GF.Devel.Options where
module GF.Devel.GFC.Options
(
Err(..), -- FIXME: take from somewhere else
Options(..),
Mode(..), Phase(..), OutputFormat(..), Optimization(..),
parseOptions, helpMessage
) where
import Control.Monad
import Data.Maybe