src/HOL/Word/Word.thy
author haftmann
Wed, 03 Mar 2010 17:21:45 +0100
changeset 35550 e2bc7f8d8d51
parent 35049 00f311c32444
child 36899 bcd6fce5bf06
permissions -rw-r--r--
restructured RBT theory

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