package lambda
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Lambda.L
Source
get_var i
returns a var identified by its index i
conversion a b t
applies α-conversion to t replacing variable a with variable b
reduce_fix t
applies β-reduction until there is no other reduction applicable
reduce_fix_timeout n t
applies β-reduction until there is no other reduction * applicable or until n iterations reached