]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/components/content_pres/termContentPres.mli
Matitaweb:
[helm.git] / matitaB / components / content_pres / termContentPres.mli
index 4d0bb909b97ee65ae9d1f7a744e32435d67c37e3..f64bfcd670e356d6ccc43f91a1c784c7760784af 100644 (file)
@@ -33,6 +33,7 @@ class type g_status =
   end
 
 class virtual status :
+  string option ->
   object ('self)
     inherit NCic.status
     method content_pres_db: db
@@ -55,5 +56,4 @@ val pp_ast: #status -> NotationPt.term -> NotationPt.term
   (** fills a term pattern instantiating variable magics *)
 val instantiate_level2:
  #NCic.status -> NotationEnv.t ->
- Stdpp.location * string option * string option -> 
  NotationPt.term -> NotationPt.term