inter package:intermediate-structures

Some general transformation where the arguments that are not present are calculated from the one data argument a being just present. Can be used to contstruct function a -> d from some additional ideas.
Some simple functions to deal with transformations from structures to other ones, basically lists. The function mapI is taken from the mmsyn5 package. This inspired some more general functionality.
A variant of inter with 'stricter' calculation scheme. Can be in many cases more efficient.
Some simple functions to deal with transformations from structures to other ones, basically lists. The function mapI is taken from the mmsyn5 package. This inspired some more general functionality.
A variant of the inter with swapped two first arguments. The following takes place: > swapinter f g == inter g f
A variant of the swapinter with 'stricter' calculation scheme. Can be in many cases more efficient.