1 (**************************************************************************)
4 (* ||A|| A project by Andrea Asperti *)
6 (* ||I|| Developers: *)
7 (* ||T|| The HELM team. *)
8 (* ||A|| http://helm.cs.unibo.it *)
10 (* \ / This file is distributed under the terms of the *)
11 (* v GNU General Public License Version 2 *)
13 (**************************************************************************)
15 (* GENERAL NOTATION USED BY THE FORMAL SYSTEM λδ ****************************)
17 (* Lists ********************************************************************)
20 non associative with precedence 90
23 notation "hvbox( hd :: break tl )"
24 right associative with precedence 47
27 notation "hvbox( l1 @ break l2 )"
28 right associative with precedence 47
29 for @{'Append $l1 $l2 }.
32 non associative with precedence 90
35 notation "hvbox( { hd1 , break hd2 } :: break tl )"
36 non associative with precedence 47
37 for @{'Cons $hd1 $hd2 $tl}.