liquidhaskell-0.8.10.2: Liquid Types for Haskell
Safe HaskellNone
LanguageHaskell98

Language.Haskell.Liquid.Transforms.ANF

Description

Convert GHC Core into Administrative Normal Form (ANF) --------------------

Synopsis

Documentation

anormalize :: Config -> HscEnv -> ModGuts -> IO [CoreBind] Source #

A-Normalize a module ------------------------------------------------------