package jasmin

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

Module Var0.Var

type var = {
  1. vtype : Type.stype;
  2. vname : Ident.Ident.ident;
}
val vtype : var -> Type.stype
val vname : var -> Ident.Ident.ident
val var_beq : var -> var -> bool
val var_eqP : var Eqtype.eq_axiom
val coq_HB_unnamed_factory_1 : var Eqtype.Coq_hasDecEq.axioms_
val coq_MvMake_var__canonical__eqtype_Equality : Eqtype.Equality.coq_type
val var_cmp : var -> var -> Datatypes.comparison