hermit-0.5.0.0: Haskell Equational Reasoning Model-to-Implementation Tunnel

Safe HaskellNone
LanguageHaskell2010

HERMIT.Plugin

Contents

Synopsis

The HERMIT Plugin

Running translations

Using the shell

Active modifiers

phase :: Int -> HPM () -> HPM () Source

after :: CorePass -> HPM () -> HPM () Source

before :: CorePass -> HPM () -> HPM () Source

until :: CorePass -> HPM () -> HPM () Source

allPhases :: HPM () -> HPM () Source

firstPhase :: HPM () -> HPM () Source

lastPhase :: HPM () -> HPM () Source

Knobs and Dials

Types