]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambda_delta/Basic_2/grammar/term.ma
- the relocation properties of cpr are closed!
[helm.git] / matita / matita / contribs / lambda_delta / Basic_2 / grammar / term.ma
index 3b6614361654328f5548874c8edc738713f32fbb..621dda22579e36651ed5b6b44262b2bc56232c20 100644 (file)
@@ -12,7 +12,7 @@
 (*                                                                        *)
 (**************************************************************************)
 
-include "Basic-2/grammar/item.ma".
+include "Basic_2/grammar/item.ma".
 
 (* TERMS ********************************************************************)
 
@@ -26,6 +26,8 @@ interpretation "sort (term)" 'Star k = (TAtom (Sort k)).
 
 interpretation "local reference (term)" 'LRef i = (TAtom (LRef i)).
 
+interpretation "global reference (term)" 'GRef p = (TAtom (GRef p)).
+
 interpretation "term construction (atomic)" 'SItem I = (TAtom I).
 
 interpretation "term construction (binary)" 'SItem I T1 T2 = (TPair I T1 T2).