package cohttp

  1. Overview
  2. Docs

Module Link.ExtSource

Sourcetype 'a t
include Sexplib0.Sexpable.S1 with type 'a t := 'a t
Sourceval t_of_sexp : (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a t
Sourceval sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t
Sourceval charset : 'a t -> Charset.t
Sourceval language : 'a t -> Language.t
Sourceval value : 'a t -> 'a
Sourceval make : ?charset:Charset.t -> ?language:Language.t -> 'a -> 'a t
Sourceval map : ('a -> 'b) -> 'a t -> 'b t
OCaml

Innovation. Community. Security.