package coq

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

Module Vect.BoundSource

Sourcetype t = {
  1. cst : NumCompat.Q.t;
  2. var : var;
  3. coeff : NumCompat.Q.t;
}

represents a0 + ai.xi

Sourceval of_vect : vector -> t option
Sourceval to_vect : t -> vector
OCaml

Innovation. Community. Security.