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 (**************************************************************************)
18 ndefinition foo: nat ≝ O.
20 ndefinition goo ≝ cic:/matita/nat/nat/nat.ind#xpointer(1/1/1).
22 ndefinition goo' ≝ cic:/matita/tests/ng_uris_and_notation/foo.def(1).
24 ntheorem xx: goo' = cic:/matita/tests/ng_uris_and_notation/foo.def(1).
31 ntheorem yy: ax = cic:/matita/tests/ng_uris_and_notation/ax.dec.
35 ndefinition nnat: Type ≝ nat.
37 interpretation "NNatural numbers" 'N = cic:/matita/tests/ng_uris_and_notation/nnat.def(1).
39 ndefinition nnnat: Type ≝ nnat.
41 interpretation "NNNatural numbers" 'N = nnnat.
43 ndefinition try_notation: nnat → nnnat.