packages feed

yoko-0.3.1.2: Examples/LambdaLift/Common.hs

module LambdaLift.Common where

data Type = TyUnit | TyInt | TyFun Type Type deriving Show