Module GRing.Ring_hasMulInverse

type 'r axioms_ = {
  1. unit_subdef : 'r Ssrbool.pred;
  2. inv : 'r -> 'r;
}