src/HOL/Quot/PER.thy
author berghofe
Fri, 23 Oct 1998 22:36:15 +0200
changeset 5760 7e2cf2820684
parent 4531 20a7fddb706a
permissions -rw-r--r--
Added theorems True_not_False and False_not_True (for rep_datatype).

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