-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | message passing style helpers -- -- message passing style helpers @package mps @version 2009.4.21 module MPS (.) :: a -> (a -> b) -> b (...) :: (b -> c) -> (a -> b) -> a -> c on :: (b -> b -> c) -> (a -> b) -> a -> a -> c type GType = Int to_g_with :: (Real a) => (GType -> c) -> [(GType, GType, a)] -> Gr c a unicode_char :: Parser Char unescape_parser :: Parser String module MPSUTF8