src/HOL/Quot/PER.thy
author paulson
Tue, 22 Jul 1997 11:16:57 +0200
changeset 3540 acd60238f191
parent 3059 3d7a61301137
child 4531 20a7fddb706a
permissions -rw-r--r--
Fixed the spelling of AUTH_NAMES--it could not have worked before\!

(*  Title:      HOL/Quot/PER.thy
    ID:         $Id$
    Author:     Oscar Slotosch
    Copyright   1997 Technische Universitaet Muenchen

instances for per - makes PER higher order
*)

PER = PER0 +  (* instance for per *)

instance fun  :: (per,per)per   
{| (etac per_trans_fun 1) THEN (atac 1) THEN (etac per_sym_fun 1) |}

end