src/HOL/Word/Word.thy
author haftmann
Fri, 17 Apr 2009 08:34:54 +0200
changeset 30942 1e246776f876
parent 29628 d9294387ab0e
child 35049 00f311c32444
permissions -rw-r--r--
diagnostic commands now in code_thingol; tuned code of funny continuations

(*  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