ferric 0.2.1

A Probablistic Programming Language with a declarative syntax for random variables.
Documentation
1
2
3
4
5
6
7
8
9
// Copyright 2022 The Ferric AI Project Developers
use trybuild;

#[test]
fn ui() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/ui/*.rs");
    t.pass("examples/*.rs");
}