Structure intReduce


Source File Identifier index Theory binding index

signature intReduce =
sig
  include Abbrev

  val add_int_compset : computeLib.compset -> unit
  val int_compset     : unit -> computeLib.compset

  val REDUCE_CONV : term -> thm
  val RED_CONV    : term -> thm

  val INT_REDUCE_ss : simpLib.ssfrag

  val collect_additive_consts : conv

  (* HOL-Light compatible conversions for int arith (int.ml) *)
  val INT_LE_CONV  : conv
  val INT_LT_CONV  : conv
  val INT_GE_CONV  : conv
  val INT_GT_CONV  : conv
  val INT_EQ_CONV  : conv
  val INT_ADD_CONV : conv
  val INT_SUB_CONV : conv
  val INT_NEG_CONV : conv
  val INT_MUL_CONV : conv
  val INT_POW_CONV : conv

end


Source File Identifier index Theory binding index

HOL 4, Trindemossen-2