src/HOL/Word/Word.thy
author chaieb
Tue, 12 May 2009 17:32:50 +0100
changeset 31120 fc654c95c29e
parent 29628 d9294387ab0e
child 35049 00f311c32444
permissions -rw-r--r--
A generic arithmetic prover based on Positivstellensatz certificates --- also implements Fourrier-Motzkin elimination as a special case Fourrier-Motzkin elimination

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