src/HOL/Word/Word.thy
author wenzelm
Mon, 21 Jun 2010 11:24:19 +0200
changeset 37380 35815ce9218a
parent 36899 bcd6fce5bf06
child 37660 56e3520b68b2
permissions -rw-r--r--
final tuning;

(*  Title:      HOL/Word/Word.thy
    Author:     Gerwin Klein, NICTA
*)

header {* Word Library interface *}

theory Word
imports WordGenLib
uses "~~/src/HOL/Tools/SMT/smt_word.ML"
begin

setup {* SMT_Word.setup *}

text {* see @{text "Examples/WordExamples.thy"} for examples *}

end