aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/coqc.ml
diff options
context:
space:
mode:
authorGravatar Daniel R. Grayson <dan@math.uiuc.edu>2015-01-26 20:56:45 -0600
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2015-01-27 14:05:01 +0100
commit73ac958a49e54f2bedcac7f8557537e0bf524068 (patch)
tree118a6fc007e560cb78c00c5b3915e949c4d9c331 /tools/coqc.ml
parent96fb5028a131627f5348bbec315f3b1223837e7b (diff)
Allow -type-in-type to be an option also for coqc.
Diffstat (limited to 'tools/coqc.ml')
-rw-r--r--tools/coqc.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/coqc.ml b/tools/coqc.ml
index f636ffd87..5c7be41be 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