hakaru-0.1.2: A probabilistic programming embedded DSL

Safe HaskellNone

Types

Documentation

data Cond Source

Constructors

Unconditioned 
Lebesgue !Dynamic 
Discrete !Dynamic 

Instances

Show Cond 

newtype CSampler a Source

Constructors

CSampler (Cond -> Sampler a)