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

Safe HaskellNone

HERMIT.Optimize

Contents

Synopsis

The HERMIT Plugin

Running translations

Using the shell

Active modifiers

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

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

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

allPhases :: OM () -> OM ()Source

firstPhase :: OM () -> OM ()Source

lastPhase :: OM () -> OM ()Source

Knobs and Dials

Types

data OM a Source

Instances