package codept-lib

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

Module Schematic.ExtSource

Sourcetype ('lbl, 'a) ext = {
  1. title : string;
  2. description : string;
  3. version : Version.t;
  4. label : 'lbl label;
  5. inner : 'a t;
}
Sourcetype ('a, 'b) t = ('a, 'b) ext
Sourcetype 'a diff = {
  1. expected : 'a;
  2. got : 'a;
}
Sourcetype error =
  1. | Future_version of Version.t diff
  2. | Mismatched_kind of string diff
  3. | Unknown_format
  4. | Parse_error
Sourceval pretty_json : ('lbl, 'a) t -> Format.formatter -> 'a -> unit
Sourceval simple_json : ('lbl, 'a) t -> Format.formatter -> 'a -> unit
Sourceval sexp : ('lbl, 'a) t -> Format.formatter -> 'a -> unit
Sourceval json_schema : Format.formatter -> ('lbl, 'a) t -> unit
Sourceval strict : ('lbl, 'a) t -> Untyped.t -> ('a, error) result
OCaml

Innovation. Community. Security.