sherlodoc.query
Make.Io
sherlodoc.db
sherlodoc.db_store
sherlodoc.storage_js
sherlodoc.storage_marshal
type 'a t
val return : 'a -> 'a t
val map : 'a t -> ('a -> 'b) -> 'b t
val bind : 'a t -> ('a -> 'b t) -> 'b t