X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Fcontent_pres%2FcicNotationParser.ml;h=69ae68aeec37781191993b7e52fd7a447f196803;hb=abdee9194d49a401d15054ae93c7986e4199108e;hp=088d1b69d690562e4ce74281f3109cccdee259d0;hpb=f084490a318c45b1a4090a85119f54c463aec063;p=helm.git diff --git a/components/content_pres/cicNotationParser.ml b/components/content_pres/cicNotationParser.ml index 088d1b69d..69ae68aee 100644 --- a/components/content_pres/cicNotationParser.ml +++ b/components/content_pres/cicNotationParser.ml @@ -458,6 +458,7 @@ EXTEND [ id = IDENT -> id, None, [] | LPAREN; id = IDENT; vars = LIST1 possibly_typed_name; RPAREN -> id, None, vars + | id = IDENT; vars = LIST1 possibly_typed_name -> id, None, vars ] ]; binder: [