src/HOL/Word/Word.thy
author wenzelm
Sun, 26 Jul 2009 19:38:02 +0200
changeset 32210 a5e9d9f3e5e1
parent 29628 d9294387ab0e
child 35049 00f311c32444
permissions -rw-r--r--
retrofit: actually handle schematic variables -- need to export into original context;

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