ermine-0.6: Ermine

Copyright(c) Dan Doel 2013
LicenseBSD3
MaintainerDan Doel <dan.doel@gmail.com>
Stabilityexperimental
Portabilitynon-portable
Safe HaskellNone
LanguageHaskell2010

Ermine.Pretty.Term

Description

 

Documentation

prettyTerm :: Applicative f => Term t v -> [String] -> Int -> (t -> Int -> f Doc) -> (v -> Int -> f Doc) -> f Doc Source