src/HOL/Library/Quotient_Syntax.thy
author Christian Urban <urbanc@in.tum.de>
Fri, 25 Nov 2011 00:18:59 +0000
changeset 45628 f21eb7073895
parent 40602 91e583511113
child 55945 e96383acecf9
permissions -rw-r--r--
in a local context, also the free variable case needs to be analysed default tip

(*  Title:      HOL/Library/Quotient_Syntax.thy
    Author:     Cezary Kaliszyk and Christian Urban
*)

header {* Pretty syntax for Quotient operations *}

theory Quotient_Syntax
imports Main
begin

notation
  rel_conj (infixr "OOO" 75) and
  map_fun (infixr "--->" 55) and
  fun_rel (infixr "===>" 55)

end