src/HOL/Word/Word.thy
author haftmann
Mon, 26 Apr 2010 15:37:50 +0200
changeset 36409 d323e7773aa8
parent 35049 00f311c32444
child 36899 bcd6fce5bf06
permissions -rw-r--r--
use new classes (linordered_)field_inverse_zero

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