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

Safe HaskellNone
LanguageHaskell2010

Language.SequentCore.Pretty

Synopsis

Documentation

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

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

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