Hi!If that is all you want, this combinator is the right choice:
I can't find any function in the Fudgets-library to do this:
(F a b) -> (F a (a, b))
... All I want to do is to resend the input out on the output.
throughF :: F a b -> F a (Either b a)
-- Thomas H
_______________________________________________ Haskell-Cafe mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell-cafe