]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/matita.ml
A (boring and long) once-in-a-life exercise on proving a trivial property
[helm.git] / helm / software / matita / matita.ml
index 4437f169c22a011d13ec7779bbcd9e67c5376db1..f8cc4efb44f6806115cf95c4a278b69b1420e666 100644 (file)
@@ -67,6 +67,8 @@ let script =
             ~parent:gui#main#toplevel ())
       ()
   in
+  Predefined_virtuals.load_predefined_virtuals ();
+  Predefined_virtuals.load_predefined_classes ();
   gui#sourceView#source_buffer#begin_not_undoable_action ();
   s#reset (); 
   s#template ();