package logtk

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

Parameter Make.Coeff

type t
val zero : t
val one : t
val add : t -> t -> t
val mult : int -> t -> t
val compare : t -> t -> int
val pp : Format.formatter -> t -> unit