package biocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

A signature for an HTTP request framework

type 'a fetched
val fetch : string -> (string -> 'a) -> 'a fetched
val (>>=) : 'a fetched -> ('a -> 'b fetched) -> 'b fetched
val (>|=) : 'a fetched -> ('a -> 'b) -> 'b fetched