src/HOL/Plain.thy
author haftmann
Fri, 02 Jan 2009 08:12:46 +0100
changeset 29332 edc1e2a56398
parent 27368 9f90ac19e32b
child 29304 5c71a6da989d
permissions -rw-r--r--
named code theorem for Fract_norm

(*  Title:      HOL/Plain.thy
    ID:         $Id$

Contains fundamental HOL tools and packages.  Does not include Hilbert_Choice.
*)

header {* Plain HOL *}

theory Plain
imports Datatype FunDef Record SAT Extraction
begin

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

end