ferric 0.2.1

A Probablistic Programming Language with a declarative syntax for random variables.
Documentation
1
2
3
4
5
error: expected let | use | observe | query
 --> tests/ui/syntax_err_02.rs:8:5
  |
8 |     + foo : bool ~ Bernoulli::new( 0.2 );
  |     ^