Subversion

Galculator

?curdirlinks? - Rev 1

?prevdifflink? - Blame


 
{-# 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

-------------------------------------------------------------------------------
 

Theme by Vikram Singh | Powered by WebSVN v2.3.3