]> matita.cs.unibo.it Git - helm.git/commitdiff
Bug fixed: an assert false was raised before giving the first interpretation.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 5 Nov 2010 20:46:37 +0000 (20:46 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 5 Nov 2010 20:46:37 +0000 (20:46 +0000)
matita/components/ng_cic_content/interpretations.ml

index 7e175193ba5493b3da527fd71c32af6490c49f37..f2e71fc21eb9e0037535dc5c579be4a94193878d 100644 (file)
@@ -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 =