package sherlodoc

  1. Overview
  2. Docs

Module type Query.IOSource

Sourcetype 'a t
Sourceval return : 'a -> 'a t
Sourceval map : 'a t -> ('a -> 'b) -> 'b t
Sourceval bind : 'a t -> ('a -> 'b t) -> 'b t
OCaml

Innovation. Community. Security.