putMessageFu :: Message FRequest a -> F b a -> F b a getMessageFu :: Cont (F a b) (KEvent a)
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.