src/HOL/Word/Word.thy
author huffman
Wed, 04 Mar 2009 17:12:23 -0800
changeset 30273 ecd6f0ca62ea
parent 29628 d9294387ab0e
child 35049 00f311c32444
permissions -rw-r--r--
declare power_Suc [simp]; remove redundant type-specific versions of power_Suc

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