]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/components/grafite_engine/nCicCoercDeclaration.mli
Matitaweb: large commit porting to the new Matita 0.95 syntax.
[helm.git] / matitaB / components / grafite_engine / nCicCoercDeclaration.mli
index 9bca1143d3fdb4315be5bd1d5d7f763193cb9ee3..11119fe82e4ad2f70485c8f0bba7f90d0e44baa9 100644 (file)
@@ -14,6 +14,7 @@
 val eval_ncoercion: 
    #GrafiteTypes.status as 'status ->
      string ->
+     bool ->
      NotationPt.term ->
      NotationPt.term ->
      string * NotationPt.term ->
@@ -24,5 +25,5 @@ val eval_ncoercion:
  * the arity in the `:arity>` syntax *)
 val basic_eval_and_record_ncoercion_from_t_cpos_arity: 
    #GrafiteTypes.status as 'status ->
-     string * NCic.term * int * int -> 'status * NUri.uri list
+     string * bool * NCic.term * int * int -> 'status * NUri.uri list