src/HOL/Word/Word.thy
author nipkow
Fri, 13 Nov 2009 22:01:01 +0100
changeset 33676 802f5e233e48
parent 29628 d9294387ab0e
child 35049 00f311c32444
permissions -rw-r--r--
moved lemma from Algebra/IntRing to Ring_and_Field

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