src/HOL/Word/Word.thy
author blanchet
Wed, 02 Jun 2010 15:18:48 +0200
changeset 37321 9d7cfae95b30
parent 36899 bcd6fce5bf06
child 37660 56e3520b68b2
permissions -rw-r--r--
honor "xsymbols"

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