src/HOL/Word/Word.thy
author blanchet
Thu, 22 Apr 2010 15:01:36 +0200
changeset 36288 156e4f179bb0
parent 35049 00f311c32444
child 36899 bcd6fce5bf06
permissions -rw-r--r--
minor code cleanup

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

header {* Word Library interface *}

theory Word
imports WordGenLib
begin

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

end