X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_notation%2FcicNotationParser.expanded.ml;h=5c73d2b4c4dec01a6808075289214cd6357d9834;hb=91a095f0686ee569ba035e4e30c7d071588cb8e7;hp=5d103bdaafedd1fca028efd1f570f4af5bb9d375;hpb=c27b932e5adcf89dc9de0e28f65e3370fe3e6b05;p=helm.git diff --git a/helm/ocaml/cic_notation/cicNotationParser.expanded.ml b/helm/ocaml/cic_notation/cicNotationParser.expanded.ml index 5d103bdaa..5c73d2b4c 100644 --- a/helm/ocaml/cic_notation/cicNotationParser.expanded.ml +++ b/helm/ocaml/cic_notation/cicNotationParser.expanded.ml @@ -96,7 +96,9 @@ let extract_term_production pattern = | Layout l -> aux_layout l | Magic m -> aux_magic m | Variable v -> aux_variable v - | t -> prerr_endline (CicNotationPp.pp_term t); assert false + | t -> + prerr_endline (CicNotationPp.pp_term t); + assert false and aux_literal = function `Symbol s -> [NoBinding, symbol s]