Structure intReduce


Source File Identifier index Theory binding index

signature intReduce =
sig
  include Abbrev

  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


end;


Source File Identifier index Theory binding index

HOL 4, Kananaskis-8