package jasmin

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

Module GRing.Zmodule_isRing

type 'r axioms_ = {
  1. one : 'r;
  2. mul : 'r -> 'r -> 'r;
}
type ('r, 'vlocal) phant_axioms = 'r axioms_