Îõ³h,XC0.1.0.0 (c) Oleksandr Zhabenko 2019-2024MIToleksandr.zhabenko@yahoo.comNone6intermediate-structures*Function that applies additional function  f :: a -> [a] to a if p :: a -> Bool and  p a = Trueintermediate-structures*Function that applies additional function f :: a -> [[a]] to a if p :: a -> Bool and  p a = Trueintermediate-structuresïSome general transformation where the arguments that are not present are calculated from the one data argument a8 being just present. Can be used to contstruct function a -> d from some additional ideas.intermediate-structuresA variant of the Û with swapped two first arguments. The following takes place: > swapinter f g == inter g f'intermediate-structures-0.1.0.0-inplaceData.IntermediateStructures1intermediate-structuresmapImap2Iinter swapinter