]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/grafite_engine/nCicCoercDeclaration.mli
Use of standard OCaml syntax
[helm.git] / matita / components / grafite_engine / nCicCoercDeclaration.mli
index 66e3a561b33ca5c65dc1f69b0ef6f26f5b7b80aa..0f93d19b20d37e9e955801945ddf63b96be9f1ff 100644 (file)
@@ -12,7 +12,7 @@
 
 (* evals a coercion declaration statement: name compose t ty (id,src) tgt *)
 val eval_ncoercion: 
-   #GrafiteTypes.status as 'status ->
+   (#GrafiteTypes.status as 'status) ->
      string ->
      bool ->
      NotationPt.term ->
@@ -24,6 +24,6 @@ val eval_ncoercion:
  * first integer is the number of left params and the second integer is 
  * the arity in the `:arity>` syntax *)
 val basic_eval_and_record_ncoercion_from_t_cpos_arity: 
-   #GrafiteTypes.status as 'status ->
+   (#GrafiteTypes.status as 'status) ->
      string * bool * NCic.term * int * int -> 'status * NUri.uri list