aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/usage.mli
blob: 3a4ed2b9b4d44503ff66bb9d0bac3326aaab5a6f (plain)
1
2
3
4
5
6
7
8
9
10
11

(* $Id$ *)

(*s Prints the version number on the standard output and exits (with 0). *)

val version : unit -> 'a

(*s Prints the usage on the error output. *)

val print_usage_coqtop : unit -> unit
val print_usage_coqc : unit -> unit