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 BASIC_CHARACTER = sig ... end
module type NATIVE_CONVERSIONS = sig ... end
module type BASIC_STRING = sig ... end
module type UNSAFELY_MUTABLE = sig ... end
module type NATIVE_CHARACTER = sig ... end
module type NATIVE_STRING = sig ... end
module type NATIVE_BYTES = sig ... end
module type MINIMALISTIC_MUTABLE_STRING = sig ... end