package conan

  1. Overview
  2. Docs

Module Conan.ComparisonSource

Sourcetype 'a t
Sourceval serialize : (Format.formatter -> 'a -> unit) -> Format.formatter -> 'a t -> unit
Sourceval pp : (Format.formatter -> 'a -> unit) -> Format.formatter -> 'a t -> unit
Sourceval of_string : with_val:'a -> string -> 'a t
Sourceval is : char -> bool
Sourceval map : f:('a -> 'b) -> 'a t -> 'b t
Sourceval value : 'a t -> 'a
Sourceval equal_to : 'a -> 'a t
Sourceval different_to : 'a -> 'a t
Sourceval greater_than : 'a -> 'a t
Sourceval lower_than : 'a -> 'a t
Sourceval bitwise_and : 'a -> 'a t
Sourceval bitwise_xor : 'a -> 'a t
Sourceval process : 'a Integer.t -> 'a -> 'a t -> bool
Sourceval process_float : float -> float t -> bool
Sourceval process_string : string -> string t -> bool
Sourceval process_ptime : Ptime.Span.t -> Ptime.Span.t t -> bool
OCaml

Innovation. Community. Security.