packages feed

glambda-1.0: main/Main.hs

module Main where

import qualified Language.Glambda.Repl as Repl ( main )

main :: IO ()
main = Repl.main