haskellIO :: FudgetIO f => Request -> (Response -> f b ho) -> f b ho haskellIOF :: Request -> (Response -> F a b) -> F a b
haskellIO request kernel
haskellIO
allows a fudget (or kernel) to output an arbitrary Haskell Dialogue IO
request and wait for the response.
request :: Request
kernel :: Response -> f b ho