rename main program
[minfp.git] / minfp.icl
similarity index 96%
rename from main.icl
rename to minfp.icl
index 69d66e6..5e2a377 100644 (file)
--- a/main.icl
+++ b/minfp.icl
@@ -1,4 +1,4 @@
-module main
+module minfp
 
 import StdEnv
 import Data.Either
@@ -8,11 +8,7 @@ import Control.Monad
 import System.GetOpt
 import System.CommandLine
 
-import parse
-import ast
-import check
-import int
-import gen
+import parse, ast, check, int, gen
 
 chars :: *File -> ([Char], *File)
 chars f