package ppxlib

  1. Overview
  2. Docs
Standard library for ppx rewriters

Install

Dune Dependency

Authors

Maintainers

Sources

ppxlib-0.19.0.tbz
sha256=b4a438247935b0e68b6423875a30f086bcd9b9f68ca96f71b5325570aeafd801
sha512=ead654a6430e2809c44ed4d16dc493a35258fc04b07d8f9268c0362ef21cf46a8e2ea83752ae33ad083cee788925ed232717eb76f40b72b136e03ef6cfdf65bf

doc/ppxlib.stdppx/Stdppx/Int/index.html

Module Stdppx.Int

val max_int : int
val to_string : int -> string
include Comparisons with type t := int
val compare : int -> int -> int
val equal : int -> int -> bool
val (=) : int -> int -> bool
val (<) : int -> int -> bool
val (>) : int -> int -> bool
val (<>) : int -> int -> bool
val (<=) : int -> int -> bool
val (>=) : int -> int -> bool
val min : int -> int -> int
val max : int -> int -> int
OCaml

Innovation. Community. Security.