From 73ac958a49e54f2bedcac7f8557537e0bf524068 Mon Sep 17 00:00:00 2001 From: Daniel R. Grayson Date: Mon, 26 Jan 2015 20:56:45 -0600 Subject: Allow -type-in-type to be an option also for coqc. --- tools/coqc.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/coqc.ml b/tools/coqc.ml index f636ffd87a..5c7be41bec 100644 --- a/tools/coqc.ml +++ b/tools/coqc.ml @@ -111,7 +111,7 @@ let parse_args () = |"-dont-load-proofs"|"-load-proofs"|"-force-load-proofs" |"-impredicative-set"|"-vm"|"-no-native-compiler" |"-verbose-compat-notations"|"-no-compat-notations" - |"-indices-matter"|"-quick"|"-color" + |"-indices-matter"|"-quick"|"-color"|"-type-in-type" |"-async-proofs-always-delegate"|"-async-proofs-never-reopen-branch" as o) :: rem -> parse (cfiles,o::args) rem -- cgit v1.2.3