src/HOL/Import/HOL4/Generated/marker.imp
author boehmes
Tue, 27 Mar 2012 17:11:02 +0200
changeset 47155 ade3fc826af3
parent 46787 3d3d8f8929a7
permissions -rw-r--r--
dropped support for List.distinct in binding to SMT solvers: only few applications benefited from this support, and in some cases the smt method fails due to its support for List.distinct

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