package logtk

  1. Overview
  2. Docs
Core types and algorithms for logic

Install

Dune Dependency

Authors

Maintainers

Sources

2.1.tar.gz
md5=e72de75e9f0f87da9e6e8c0a4d4c89f9
sha512=81becfc9badd686ab3692cd9312172aa4c4e3581b110e81770bb01e0ffbc1eb8495d0dd6d43b98f3d06e6b8c8a338174c13ebafb4e9849a3ddf89f9a3a72c287

doc/logtk.proofs/Logtk_proofs/LLTerm/Linexp_int/index.html

Module LLTerm.Linexp_int

type num = Logtk_arith.Z.t
type t = num linexp
val zero : t
val is_zero : t -> bool
val is_const : t -> bool
val (+) : t -> t -> t
val (-) : t -> t -> t
val (*) : num -> t -> t
val add : num -> term -> t -> t
val const : num -> t
val monomial : num -> term -> t
val monomial1 : term -> t
val equal : t -> t -> bool
val map : (term -> term) -> t -> t
val subterms : t -> term Iter.t
OCaml

Innovation. Community. Security.