package logtk

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

Install

Dune Dependency

Authors

Maintainers

Sources

2.0.tar.gz
md5=7a8e57388083ed763d12d18324c8a086
sha512=5c5ac312ada6b42907d1e91e349454a8375f7bf8165d3459721a40b707a840a3d6b3dc968a66f1040cb4de7aedf5c1c13f3e90b51337eae5ea6de41651d7bd63

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

Module LLTerm.Linexp_int

type num = 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.