src/HOL/Word/Word.thy
author nipkow
Wed, 29 Jul 2009 12:13:21 +0200
changeset 32271 378ebd64447d
parent 29628 d9294387ab0e
child 35049 00f311c32444
permissions -rw-r--r--
sos comments modified

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