Expand description
Arrays of arbitrary types, pre-composable with finite functions
Structs§
- Semifinite
Function - A function whose source is finite, but whose target may be non-finite. This is really just an array!
Enums§
- Semifinite
Arrow - Arrows in the category of semifinite functions
- Semifinite
Object - Objects of arrows
Functions§
- compose_
semifinite - As a special case, a we can precompose a
FiniteFunction
with aSemifiniteFunction
. This is also overloaded with the>>
syntax.