]> matita.cs.unibo.it Git - helm.git/blobdiff - components/lexicon/lexiconAstPp.ml
New tactic cases (still to be documented).
[helm.git] / components / lexicon / lexiconAstPp.ml
index 23f0082969aa99d99b6c26b601db5b642694e48d..0b2c9463936671edcb78b812dddeef60760986df 100644 (file)
@@ -77,7 +77,7 @@ 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
       else