Up
–
jsonxt
»
Jsonxt
»
Basic_monad
»
Make
» 1-IO
Parameter
Make.1-IO
type
'a t
val
return :
'a
->
'a
t
val
(>>=) :
'a
t
->
(
'a
->
'b
t
)
->
'b
t