src/HOL/Library/Lattice_Syntax.thy
author haftmann
Sat, 07 Mar 2009 10:06:12 +0100
changeset 30331 32ccef17d408
parent 30330 8291bc63d7c9
child 30375 ad2a9dc516ed
permissions -rw-r--r--
suppress document output

(* Author: Florian Haftmann, TU Muenchen *)

header {* Pretty syntax for lattice operations *}

(*<*)
theory Lattice_Syntax
imports Set
begin

notation
  inf  (infixl "\<sqinter>" 70) and
  sup  (infixl "\<squnion>" 65) and
  Inf  ("\<Sqinter>_" [900] 900) and
  Sup  ("\<Squnion>_" [900] 900)

end
(*>*)