package jasmin

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

Module Num.IntegralDomain_isLeReal

type 'r axioms_ = {
  1. coq_Rle : 'r Ssrbool.rel;
  2. coq_Rlt : 'r Ssrbool.rel;
  3. norm : 'r -> 'r;
}
type ('r, 'rlocal) phant_axioms = 'r axioms_