package sosa

  1. Overview
  2. Docs
type (!'a, !'b) result = [
  1. | `Error of 'b
  2. | `Ok of 'a
]
module type OUTPUT_MODEL = sig ... end
module type NATIVE_CONVERSIONS = sig ... end
module type BASIC_CHARACTER = sig ... end
module type BASIC_STRING = sig ... end
module type UNSAFELY_MUTABLE = sig ... end
module Internal_pervasives : sig ... end
module type NATIVE_CHARACTER = sig ... end
module type NATIVE_STRING = sig ... end
module type T_LENGTH_AND_COMPSUB = sig ... end
module Make_strip_function (S : sig ... end) : sig ... end
module Make_prefix_suffix_array (A : sig ... end) : sig ... end
module Make_split_at_index_functions (A : sig ... end) : sig ... end
module Make_native_conversions : sig ... end
module List_of (Char : BASIC_CHARACTER) : sig ... end
module Int_utf8_character : sig ... end
module type MINIMALISTIC_MUTABLE_STRING = sig ... end
module Of_mutable (S : MINIMALISTIC_MUTABLE_STRING) : sig ... end