hakaru-0.3.0: A probabilistic programming language

CopyrightCopyright (c) 2016 the Hakaru team
LicenseBSD3
Maintainerwren@community.haskell.org
Stabilityexperimental
PortabilityGHC-only
Safe HaskellNone
LanguageHaskell2010

Language.Hakaru.Pretty.Maple

Description

TODO: given as the constructed strings will just be printed, it'd reduce memory pressure a lot to replace our use of ShowS with a similar builder type for Text (or, if the character encoding is fixed/known, a builder type for ByteString).

Documentation

pretty :: ABT Term abt => abt '[] a -> String Source #