src/HOL/Main.thy
author krauss
Mon, 12 May 2008 22:11:06 +0200
changeset 26875 e18574413bc4
parent 26729 43a72d892594
child 27367 a75d71c73362
permissions -rw-r--r--
Measure functions can now be declared via special rules, allowing for a prolog-style generation of measure functions for a specific type.

(*  Title:      HOL/Main.thy
    ID:         $Id$
*)

header {* Main HOL *}

theory Main
imports Map
begin

ML {* val HOL_proofs = ! Proofterm.proofs *}

ML {* path_add "~~/src/HOL/Library" *}

end