Skip to main content

Mu

Type Alias Mu 

Source
pub type Mu<F> = Fix<F>;
Expand description

Mu<F> is the least fixed point — structurally identical to Fix<F> in Rust, since Rust cannot enforce finiteness at the type level.

Aliased Type§

pub struct Mu<F>(/* private fields */);