Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
statePrint :: Debugger IO Source #
compositionShow :: (Data s1, Data s2) => Composition s1 s2 -> String Source #
exceptShow :: (Data s, Data e) => ExceptState s e -> String Source #
gcast3 :: forall f t t' a b c. (Typeable t, Typeable t') => f (t a b c) -> Maybe (f (t' a b c)) Source #
ext3 :: (Data a, Data b, Data c, Data d, Typeable t, Typeable f) => f a -> f (t b c d) -> f a Source #