]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/grafite_parser/grafiteParser.mli
Use of standard OCaml syntax
[helm.git] / matita / components / grafite_parser / grafiteParser.mli
index 1d006437928afb15223effad0862e6c0f3eb5055..e2a156aeab057506fe476c97798bbdc601059f10 100644 (file)
@@ -36,10 +36,10 @@ class virtual status :
   inherit g_status
   inherit CicNotationParser.status
   method set_parser_db : db -> 'self
-  method set_parser_status : 'status. #g_status as 'status -> 'self
+  method set_parser_status : 'status. (#g_status as 'status) -> 'self
  end
 
-val extend : #status as 'status ->
+val extend : (#status as 'status) ->
            CicNotationParser.checked_l1_pattern ->
            (NotationEnv.t -> NotationPt.location -> NotationPt.term) -> 'status