]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matitac.ml
Notation is finally fully working everywhere.
[helm.git] / matita / matitac.ml
index 05add3ce4e14903836925ca089256da640076f8e..b4a3119e00f799d1a1f55fbf6b7499f356552347 100644 (file)
 (* $Id$ *)
 
 let main () =
-  match Filename.basename Sys.argv.(0) with
-  | "gragrep"     | "gragrep.opt"   -> Gragrep.main ()
-  | "matitadep"   | "matitadep.opt"   -> Matitadep.main ()
-  | "matitaclean" | "matitaclean.opt" -> Matitaclean.main ()
-  | "matitamake"  | "matitamake.opt"  -> Matitamake.main ()
-  | _ ->
+ match Filename.basename Sys.argv.(0) with
+ |"gragrep"    |"gragrep.opt"    |"gragrep.opt.static"    ->Gragrep.main()
+ |"matitadep"  |"matitadep.opt"  |"matitadep.opt.static"  ->Matitadep.main()
+ |"matitaclean"|"matitaclean.opt"|"matitaclean.opt.static"->Matitaclean.main()
+ |"matitamake" |"matitamake.opt" |"matitamake.opt.static" ->Matitamake.main()
+ |"matitaprover"|"matitaprover.opt"
+ |"matitaprover.opt.static"->Matitaprover.main()
+ | _ ->
 (*
       let _ = Paramodulation.Saturation.init () in  *)
 (* ALB to link paramodulation *)