package goblint

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

It provides more readable infix operators for the functions of RatOps. It is designed to be included by modules that make use of RatOps's functions.

Parameters

module A : RatOps

Signature

val (*:) : A.t -> A.t -> A.t
val (+:) : A.t -> A.t -> A.t
val (-:) : A.t -> A.t -> A.t
val (/:) : A.t -> A.t -> A.t
val (<>:) : A.t -> A.t -> bool
val (<:) : A.t -> A.t -> bool
val (>:) : A.t -> A.t -> bool
val (<=:) : A.t -> A.t -> bool
val (>=:) : A.t -> A.t -> bool
val of_int : int -> A.t
OCaml

Innovation. Community. Security.