]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/hbugs/hbugs_tutors.ml
is_top_down was not propageted correctly under a bottom-up conversion.
[helm.git] / helm / software / components / hbugs / hbugs_tutors.ml
index 6a73e2cc283ec56c14b1f75ed16be3046c9dc4d4..ca6250262ada9961628636b98bb56705af3efcb1 100644 (file)
@@ -113,13 +113,13 @@ let load_state (type_string, body_string, goal) =
   let (proof, goal) =
     prerr_endline "a2";
     (match CicParser.obj_of_xml tmp1 (Some tmp2) with
-    | Cic.CurrentProof (_,metasenv,bo,ty,_) ->  (* TODO il primo argomento e' una URI valida o e' casuale? *)
+    | Cic.CurrentProof (_,metasenv,bo,ty,attrs) ->  (* TODO il primo argomento e' una URI valida o e' casuale? *)
         prerr_endline "a3";
         let uri = UriManager.uri_of_string "cic:/foo.con" in
         prerr_endline "a4";
         typecheck_loaded_proof metasenv bo ty;
         prerr_endline "a5";
-        ((uri, metasenv, bo, ty), goal)
+        ((uri, metasenv, bo, ty, attrs), goal)
     | _ -> assert false)
   in
   prerr_endline "a6";