package encore
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Encore.Bij
Source
Type of a bijective element.
v ~fwd ~bwd
is a bijective element such as:
assert (bwd (fwd v) = v)
Note: This assertion is not proved or checked by v
but it is required then.
flip t
is t
where the internal forward function is replaced by the backward function and vice-versa.