]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/library/demo/realisability.ma
update in groud_2 and models
[helm.git] / helm / software / matita / library / demo / realisability.ma
index 0de10940ad64854bb9e716800bdbbdf8d588d80a..9d89ef4f7edda901bb2ffecb2ab2b544a578a608 100644 (file)
@@ -12,8 +12,6 @@
 (*                                                                        *)
 (**************************************************************************)
 
-set "baseuri" "cic:/matita/demo/realisability/".
-
 include "logic/connectives.ma".
 include "datatypes/constructors.ma".
 
@@ -59,15 +57,13 @@ definition pi2 ≝
   match s return λs.P (pi1 ? ? s) with
    [ sigma_intro _ p ⇒ p].
 
-notation "hvbox(Σ ident i opt (: ty) break . p)"
+notation "hvbox(\Sigma ident i opt (: ty) break . p)"
   right associative with precedence 20
 for @{ 'sigma ${default
   @{\lambda ${ident i} : $ty. $p}
   @{\lambda ${ident i} . $p}}}.
 
-(*CSC: the URI must disappear: there is a bug now *)
-interpretation "Sigma" 'sigma \eta.x =
-  (cic:/matita/demo/realisability/sigma.ind#xpointer(1/1) _ x).
+interpretation "Sigma" 'sigma \eta.x = (sigma ? x).
 
 let rec type_OF_SP F ≝
  match F return λF.Type with