src/HOL/Import/HOL4/Generated/bword_bitop.imp
author huffman
Fri, 30 Mar 2012 14:27:29 +0200
changeset 47223 4fc34c628474
parent 46787 3d3d8f8929a7
permissions -rw-r--r--
remove content-free theory ex/Arithmetic_Series_Complex.thy

import

import_segment "hol4"

def_maps
  "WXOR" > "WXOR_def"
  "WOR" > "WOR_def"
  "WNOT" > "WNOT_def"
  "WAND" > "WAND_def"

thm_maps
  "WXOR_DEF" > "HOL4Vec.bword_bitop.WXOR_DEF"
  "WOR_DEF" > "HOL4Vec.bword_bitop.WOR_DEF"
  "WNOT_WNOT" > "HOL4Vec.bword_bitop.WNOT_WNOT"
  "WNOT_DEF" > "HOL4Vec.bword_bitop.WNOT_DEF"
  "WCAT_WNOT" > "HOL4Vec.bword_bitop.WCAT_WNOT"
  "WAND_DEF" > "HOL4Vec.bword_bitop.WAND_DEF"
  "PBITOP_WNOT" > "HOL4Vec.bword_bitop.PBITOP_WNOT"
  "PBITBOP_WXOR" > "HOL4Vec.bword_bitop.PBITBOP_WXOR"
  "PBITBOP_WOR" > "HOL4Vec.bword_bitop.PBITBOP_WOR"
  "PBITBOP_WAND" > "HOL4Vec.bword_bitop.PBITBOP_WAND"

end