src/HOL/Algebra/abstract/Abstract.thy
author bulwahn
Thu, 09 Sep 2010 17:23:08 +0200
changeset 39255 432ed333294c
parent 35849 b5522b51cb1e
permissions -rw-r--r--
adding an example with integers and String.literals

(*  Author: Clemens Ballarin, started 17 July 1997

Summary theory of the development of abstract algebra.
*)

theory Abstract
imports RingHomo Field
begin

end