X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fcomponents%2Flexicon%2FlexiconAstPp.ml;h=ad317bec77ba62f39c677a20c2d265ba8df93594;hb=64d7a7dfa840d7279f9af64240ee1f8a69181801;hp=23f0082969aa99d99b6c26b601db5b642694e48d;hpb=d78383a4c3c7e8bd49f25c9aacf591b96db91b38;p=helm.git diff --git a/helm/software/components/lexicon/lexiconAstPp.ml b/helm/software/components/lexicon/lexiconAstPp.ml index 23f008296..ad317bec7 100644 --- a/helm/software/components/lexicon/lexiconAstPp.ml +++ b/helm/software/components/lexicon/lexiconAstPp.ml @@ -77,11 +77,11 @@ let pp_notation dir_opt l1_pattern assoc prec l2_pattern = (pp_l2_pattern l2_pattern) let pp_command = function - | Include (_,path,mode) -> + | Include (_,_,mode,path) -> (* not precise, since path is absolute *) if mode = WithPreferences then - "include " ^ path + "include \"" ^ path ^ "\".\n" else - "include' " ^ path + "include' \"" ^ path ^ "\".\n" | Alias (_,s) -> pp_alias s | Interpretation (_, dsc, (symbol, arg_patterns), cic_appl_pattern) -> pp_interpretation dsc symbol arg_patterns cic_appl_pattern