Structure Norm_ineqs


Source File Identifier index Theory binding index

signature Norm_ineqs =
sig
  type int = Arbint.int
  type term = Term.term
  type conv = Abbrev.conv

  val ADD_TERM_TO_LEQ_CONV : term -> conv
  val ADD_COEFFS_TO_LEQ_CONV : (int * (string * int) list) -> conv
  val LESS_OR_EQ_GATHER_CONV : conv
  val ARITH_FORM_NORM_CONV : conv
end


Source File Identifier index Theory binding index

HOL 4, Kananaskis-14