package conan

  1. Overview
  2. Docs
Identify type of your file (such as the MIME type)

Install

dune-project
 Dependency

Authors

Maintainers

Sources

conan-0.0.7.tbz
sha256=e196f218b9cf44899143cbceef58be8e5116601fc524249e958eee06e1f87415
sha512=38024e10308a92e8487ace257e18a968e1cc7ea1991e6150c10ae3232af4812fe96583ea36f54cc6e42cf91a2f04eec1dae323dfda64268469db7769d38ef2cc

doc/conan/Conan/Comparison/index.html

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