]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/lib/basics/core_notation/comprehension_2.ma
decentralizing core notation
[helm.git] / matita / matita / lib / basics / core_notation / comprehension_2.ma
1 (*
2     ||M||  This file is part of HELM, an Hypertextual, Electronic        
3     ||A||  Library of Mathematics, developed at the Computer Science     
4     ||T||  Department of the University of Bologna, Italy.                     
5     ||I||                                                                 
6     ||T||  
7     ||A||  This file is distributed under the terms of the 
8     \   /  GNU General Public License Version 2        
9      \ /      
10       V_______________________________________________________________ *)
11
12 (* Core notation *******************************************************)
13
14 notation < "hvbox({ ident i ∈ term 19 s | term 19 p })" with precedence 90
15 for @{ 'comprehension $s (\lambda ${ident i} : $nonexistent . $p)}.
16
17 notation > "hvbox({ ident i ∈ term 19 s | term 19 p })" with precedence 90
18 for @{ 'comprehension $s (\lambda ${ident i}. $p)}.