liquidhaskell-0.8.0.1: Liquid Types for Haskell

Safe HaskellNone
LanguageHaskell98

Language.Haskell.Liquid.Bare.Env

Synopsis

Documentation

type BareM = WriterT [Warn] (ExceptT Error (StateT BareEnv IO)) Source #

Error-Reader-IO For Bare Transformation -----------------------------------

withVArgs :: (Foldable t, PPrint a) => SourcePos -> SourcePos -> t a -> BareM b -> BareM b Source #