package logtk

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

Install

Dune Dependency

Authors

Maintainers

Sources

1.6.tar.gz
md5=97cdb2f90468e9e27c7bbe3b4fb160bb
sha512=fee73369f673a91dfa9e265fc69be08b32235e10a495f3af6477d404fcd01e3452a0d012b150f3d7f97c00af2f6045019ad039164bf698f70d771231cc4efe5d

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

Module LLTerm.Linexp_intSource

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

Innovation. Community. Security.