src/HOL/Algebra/poly/Polynomial.thy
author berghofe
Wed, 25 Apr 2007 15:24:15 +0200
changeset 22789 4d03dc1cad04
parent 17733 25ffdae37db1
child 35849 b5522b51cb1e
permissions -rw-r--r--
Added functions arities_of, params_of, partition_rules, and infer_intro_vars (from inductive_realizer.ML).

(*
    Summary theory of the development of (not instantiated) polynomials
    $Id$
    Author: Clemens Ballarin, started 17 July 1997
*)

theory Polynomial
imports LongDiv
begin

end