From: Claudio Sacerdoti Coen Date: Fri, 5 Nov 2010 20:46:37 +0000 (+0000) Subject: Bug fixed: an assert false was raised before giving the first interpretation. X-Git-Tag: make_still_working~2705 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=e368ff6b06dd1ae1ea337d66fa180e5393d5acb0;p=helm.git Bug fixed: an assert false was raised before giving the first interpretation. --- diff --git a/matita/components/ng_cic_content/interpretations.ml b/matita/components/ng_cic_content/interpretations.ml index 7e175193b..f2e71fc21 100644 --- a/matita/components/ng_cic_content/interpretations.ml +++ b/matita/components/ng_cic_content/interpretations.ml @@ -63,7 +63,7 @@ let initial_db = { pattern32_matrix = []; level2_patterns32 = IntMap.empty; interpretations = StringMap.empty; - compiled32 = lazy (fun _ -> assert false) + compiled32 = lazy (Ncic2astMatcher.Matcher32.compiler []) } class type g_status =