src/HOL/Word/Word.thy
author nipkow
Thu, 01 Apr 2010 09:31:58 +0200
changeset 36070 d80e5d3c8fe1
parent 35049 00f311c32444
child 36899 bcd6fce5bf06
permissions -rw-r--r--
merged

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