src/HOL/Word/Word.thy
author haftmann
Mon, 26 Jan 2009 22:14:16 +0100
changeset 29628 d9294387ab0e
parent 27137 src/HOL/Word/WordMain.thy@d0070c32fdc1
child 35049 00f311c32444
permissions -rw-r--r--
entry point for Word library now named Word

(*  Title:      HOL/Word/Word.thy
    Author:     Gerwin Klein, NICTA
*)

header {* Word Library interafce *}

theory Word
imports WordGenLib
begin

text {* see @{text "Examples/WordExamples.thy"} for examples *}

end