]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/.ocamlinit
ocaml 3.09 transition
[helm.git] / helm / matita / .ocamlinit
index d1eac4cbd8f1e4567ec8b9aae8686e20685acd4c..1585f71b2043f53d72b94eb070a77e5b447dfef9 100644 (file)
@@ -36,6 +36,7 @@ let go = MatitacLib.interactive_loop;;
 
 (* let's go! *)
 let _ = 
+ at_exit (fun () -> MatitacLib.clean_exit None);
  if Array.length Sys.argv > 1 then
    MatitacLib.main `TOPLEVEL
  else