package jasmin

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

Module GRing.ComRing_hasMulInverse

type 'r axioms_ = {
  1. coq_unit : 'r Ssrbool.pred_sort;
  2. inv : 'r -> 'r;
}
type ('r, 'vlocal, 'rlocal) phant_axioms = 'r axioms_