# HG changeset patch # User haftmann # Date 1236367819 -3600 # Node ID 8291bc63d7c912f1b797ed518d0988633056fbd5 # Parent 97ce36d801b6e1da0e4248c5334f9a40144bd518 theory with syntax for lattice operations diff -r 97ce36d801b6 -r 8291bc63d7c9 src/HOL/Library/Lattice_Syntax.thy --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/HOL/Library/Lattice_Syntax.thy Fri Mar 06 20:30:19 2009 +0100 @@ -0,0 +1,15 @@ +(* Author: Florian Haftmann, TU Muenchen *) + +header {* Pretty syntax for lattice operations *} + +theory Lattice_Syntax +imports Set +begin + +notation + inf (infixl "\" 70) and + sup (infixl "\" 65) and + Inf ("\_" [900] 900) and + Sup ("\_" [900] 900) + +end \ No newline at end of file