hakaru-0.4.0: A probabilistic programming language

CopyrightCopyright (c) 2016 the Hakaru team
LicenseBSD3
MaintainerStability : experimental
PortabilityGHC-only
Safe HaskellNone
LanguageHaskell2010

Language.Hakaru.Syntax.Rename

Description

Performs renaming of variables hints only (in Hakaru expressions) which hopefully has no effect on semantics but can produce prettier expressions

Documentation

renameAST :: forall abt xs a. ABT Term abt => Renamer -> abt xs a -> abt xs a Source #