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/Arithmetic/index.html

Module Conan.ArithmeticSource

Sourcetype 'a t =
  1. | Invert of 'a t
  2. | Add of 'a
  3. | Sub of 'a
  4. | Mul of 'a
  5. | Div of 'a
  6. | Mod of 'a
  7. | Bitwise_and of 'a
  8. | Bitwise_xor of 'a
  9. | Bitwise_or of 'a
Sourceval serialize : (Format.formatter -> 'a -> unit) -> Format.formatter -> 'a t -> unit
Sourceval pp : (Format.formatter -> 'a -> unit) -> Format.formatter -> 'a t -> unit
Sourceval map : f:('a -> 'b) -> 'a t -> 'b t
Sourceval value : 'a t -> 'a
Sourceval of_string : with_val:'a -> string -> 'a t
Sourceval is : char -> bool
Sourceval add : 'a -> 'a t
Sourceval sub : 'a -> 'a t
Sourceval div : 'a -> 'a t
Sourceval rem : 'a -> 'a t
Sourceval mul : 'a -> 'a t
Sourceval logand : 'a -> 'a t
Sourceval logxor : 'a -> 'a t
Sourceval logor : 'a -> 'a t
Sourceval invert : 'a t -> 'a t
Sourceval process : ?unsigned:bool -> 'a Integer.t -> 'a -> 'a t -> 'a
Sourceval process_float : float -> float t -> float
Sourceval process_ptime : Ptime.Span.t -> Ptime.Span.t t -> Ptime.Span.t