Up
–
jsonxt
»
Jsonxt
»
Extended_monad
» IO
Module type
Extended_monad.IO
type
'a t
val
return :
'a
->
'a
t
val
(>>=) :
'a
t
->
(
'a
->
'b
t
)
->
'b
t