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

Maintainermaurerl@cs.uoregon.edu
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Language.SequentCore.Pretty

Description

Instances and functions for pretty-printing Sequent Core terms using GHC's built-in pretty printer.

Synopsis

Documentation

pprTopLevelBinds :: OutputableBndr b => [Bind b] -> SDoc Source

Print the given bindings as a sequence of top-level bindings.