package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.15.0.tar.gz
sha256=73466e61f229b23b4daffdd964be72bd7a110963b9d84bd4a86bb05c5dc19ef3

doc/nsatz_plugin/Nsatz_plugin/Polynom/Make/argument-1-C/index.html

Parameter Make.C

type t
val equal : t -> t -> bool
val lt : t -> t -> bool
val le : t -> t -> bool
val abs : t -> t
val plus : t -> t -> t
val mult : t -> t -> t
val sub : t -> t -> t
val opp : t -> t
val div : t -> t -> t
val modulo : t -> t -> t
val puis : t -> int -> t
val pgcd : t -> t -> t
val hash : t -> int
val of_num : Q.t -> t
val to_string : t -> string
OCaml

Innovation. Community. Security.