sequent-core-0.5.0.1: Alternative Core language for GHC plugins

Maintainermaurerl@cs.uoregon.edu
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Language.SequentCore.Inspect

Description

An optimizer plugin that reports specified information about the module from a Sequent Core standpoint.

Synopsis

Documentation

plugin :: Plugin Source

The plugin. A GHC plugin is a module that exports a value called plugin with the type Plugin.