mps-2008.11.6: message passing style helpers

MPS

Documentation

(.) :: a -> (a -> b) -> bSource

(...) :: (b -> c) -> (a -> b) -> a -> cSource

on :: (b -> b -> c) -> (a -> b) -> a -> a -> cSource

to_g_with :: Real a => (GType -> c) -> [(GType, GType, a)] -> Gr c aSource