doc-src/IsarImplementation/Thy/base.thy
author krauss
Fri, 22 Jun 2007 10:23:37 +0200
changeset 23473 997bca36d4fe
parent 21374 27ae6bc4102a
child 26957 e3f04fdd994d
permissions -rw-r--r--
new method "elim_to_cases" provides ad-hoc conversion of obtain-style elimination goals to a disjunction of existentials.


(* $Id$ *)

theory base
imports CPure
uses "../../antiquote_setup.ML"
begin

end