From e368ff6b06dd1ae1ea337d66fa180e5393d5acb0 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Fri, 5 Nov 2010 20:46:37 +0000 Subject: [PATCH] Bug fixed: an assert false was raised before giving the first interpretation. --- matita/components/ng_cic_content/interpretations.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = -- 2.39.2