packages feed

ivor-0.1.5: Jones/Main.lhs

> module Main where

Jones the Steam.
Simple program for starting up an interactive shell with Ivor library.

> import Ivor.TT
> import Ivor.Shell

> main :: IO ()
> main = do let shell = addModulePath (newShell emptyContext) 
>                          (prefix ++ "/lib/ivor")
>           ctxt <- runShell "> " shell
>           putStrLn "Finished"