rill-lang 0.6.0-M2

rill-lang — a Faust-style functional streaming DSL compiled to rill Algorithm<T>
Documentation
1
2
3
4
5
6
7
//! HM type system: scalar unification + arity synthesis.

pub mod infer;
pub mod ty;
pub mod unify;

pub use ty::{Scalar, Scheme, Subst, Type, TypeVarId};