kempe-0.1.1.1: Kempe compiler
Safe HaskellNone
LanguageHaskell2010

Kempe.IR

Synopsis

Documentation

type TempM = State TempSt Source #

prettyIR :: [Stmt] -> Doc ann Source #

data WriteSt Source #

Constructors

WriteSt 

Fields

size :: SizeEnv -> KempeTy a -> Size Source #

Don't call this on ill-kinded types; it won't throw any error.