package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. cst : NumCompat.Q.t;
  2. var : var;
  3. coeff : NumCompat.Q.t;
}

represents a0 + ai.xi

val of_vect : vector -> t option
val to_vect : t -> vector