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.Simplify

Description

Take strings from Maple and interpret them in Haskell (Hakaru)

Documentation

simplify :: forall abt a. ABT Term abt => abt '[] a -> IO (abt '[] a) Source #

simplifyDebug :: forall abt a. ABT Term abt => Bool -> abt '[] a -> IO (abt '[] a) Source #