package jasmin

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

Module Order.POrder

type 't axioms_ = {
  1. choice_hasChoice_mixin : 't Choice.Coq_hasChoice.axioms_;
  2. eqtype_hasDecEq_mixin : 't Eqtype.Coq_hasDecEq.axioms_;
  3. coq_Order_isPOrder_mixin : 't Coq_isPOrder.axioms_;
}
val eqtype_hasDecEq_mixin : unit -> 'a1 axioms_ -> 'a1 Eqtype.Coq_hasDecEq.axioms_
val coq_Order_isPOrder_mixin : unit -> 'a1 axioms_ -> 'a1 Coq_isPOrder.axioms_
type coq_type = __ axioms_
type sort = __
val coq_class : unit -> coq_type -> sort axioms_