src/HOL/Import/HOL4/Generated/marker.imp
author wenzelm
Sat, 03 Mar 2012 22:53:24 +0100
changeset 46793 3bbc156823dd
parent 46787 3d3d8f8929a7
permissions -rw-r--r--
merged;

import

import_segment "hol4"

def_maps
  "stmarker" > "stmarker_primdef"

const_maps
  "stmarker" > "HOL4Base.marker.stmarker"

thm_maps
  "stmarker_primdef" > "HOL4Base.marker.stmarker_primdef"
  "stmarker_def" > "HOL4Base.marker.stmarker_def"
  "move_right_disj" > "HOL4Base.marker.move_right_disj"
  "move_right_conj" > "HOL4Base.marker.move_right_conj"
  "move_left_disj" > "HOL4Base.marker.move_left_disj"
  "move_left_conj" > "HOL4Base.marker.move_left_conj"

end