X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fdisambiguation%2FmultiPassDisambiguator.ml;h=b1cf9aed0ec55f13e3317489b8e9f63e044d1ffe;hb=19a25bf176255055193372554437729a6fa1894c;hp=d3250c2fe144b911fb3f43778db785d57bec23f0;hpb=2c01ff6094173915e7023076ea48b5804dca7778;p=helm.git diff --git a/matita/components/disambiguation/multiPassDisambiguator.ml b/matita/components/disambiguation/multiPassDisambiguator.ml index d3250c2fe..b1cf9aed0 100644 --- a/matita/components/disambiguation/multiPassDisambiguator.ml +++ b/matita/components/disambiguation/multiPassDisambiguator.ml @@ -51,6 +51,8 @@ let passes () = (* *) (* for demo to reduce the number of interpretations *) (true, `Library, true); ] + else if !debug then + [ (true, `Multi, true); ] else [ (true, `Mono, false); (true, `Multi, false);