¤ putMessageFu, getMessageFu

Types

putMessageFu :: Message XCommand a -> F b a -> F b a
getMessageFu :: Cont (F a b) (KEvent a)

Description

These are similar to putF and getF, but they deal with untagged low level messages instead of tagged. putFu will put the tag Here on commands, and getFu will strip the tag on the event.

See Also

putF, getF, putSP, getSP.