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