package ppx_expect

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

Module Reconcile.ResultSource

Sourcetype 'a t =
  1. | Match
  2. | Correction of 'a
Sourceval compare : ('a -> 'a -> int) -> 'a t -> 'a t -> int
Sourceval sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t
Sourceval map : 'a t -> f:('a -> 'b) -> 'b t
OCaml

Innovation. Community. Security.