src/HOL/Word/Word.thy
author blanchet
Thu, 11 Mar 2010 10:13:24 +0100
changeset 35710 58acd48904bc
parent 35049 00f311c32444
child 36899 bcd6fce5bf06
permissions -rw-r--r--
made "Manual_Nits" tests more robust

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