{-# OPTIONS_GHC -Wall #-}
-------------------------------------------------------------------------------
{- |
Module : Main
Description :
Copyright : (c) Paulo Silva
License : LGPL
Maintainer : paufil@di.uminho.pt
Stability : experimental
Portability : portable
<description of the module>
-}
-------------------------------------------------------------------------------
module Main where
import Galculator.Interpreter
-------------------------------------------------------------------------------
main :: IO ()
main = interactiveUI
-------------------------------------------------------------------------------
Generated by GNU enscript 1.6.4. |