]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/ONAG/test.ma
propagating the arithmetics library, partial commit
[helm.git] / matita / matita / contribs / ONAG / test.ma
1 (**************************************************************************)
2 (*       ___                                                              *)
3 (*      ||M||                                                             *)
4 (*      ||A||       A project by Andrea Asperti                           *)
5 (*      ||T||                                                             *)
6 (*      ||I||       Developers:                                           *)
7 (*      ||T||         The HELM team.                                      *)
8 (*      ||A||         http://helm.cs.unibo.it                             *)
9 (*      \   /                                                             *)
10 (*       \ /        This file is distributed under the terms of the       *)
11 (*        v         GNU General Public License Version 2                  *)
12 (*                                                                        *)
13 (**************************************************************************)
14
15 universe constraint Type[0] < Type[1].
16
17 notation "hvbox(a break \to b)"
18   right associative with precedence 20
19 for @{ \forall $_:$a.$b }.
20
21 notation "hvbox( * )"
22  non associative with precedence 90
23  for @{ 'B }.
24
25 inductive l: Type[0] ≝ L: l.
26
27 inductive g: Type[0] ≝ G: g.
28
29 axiom f: l → Prop.
30
31 interpretation "b" 'B = L.
32
33 interpretation "b" 'B = G.
34
35 (* FG: two interpretations of the same notation and with the same description
36        override eachother, so the description is not just informative
37 *)
38
39 axiom s: f *.