Up
–
jsonxt
»
Jsonxt__
»
Compliant_lexxer_monad
»
Make
»
2-LexIO
» IO
Module
2-LexIO.IO
type
'a t
val
return :
'a
->
'a
t
val
(>>=) :
'a
t
->
(
'a
->
'b
t
)
->
'b
t