package logtk

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

Module LLTerm.Linexp_ratSource

Sourcetype num = Q.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.