Skip to main content

fixpoint_ty

Function fixpoint_ty 

Source
pub fn fixpoint_ty() -> Expr
Expand description

FixPoint : (Type → Type) → Type

Least/greatest fixed point Fix F = F (Fix F).