diff options
author | Emilio Jesus Gallego Arias <e+git@x80.org> | 2018-05-24 04:38:30 +0200 |
---|---|---|
committer | Emilio Jesus Gallego Arias <e+git@x80.org> | 2018-06-12 14:42:28 +0200 |
commit | 4aaeb5d429227505adfde9fe04c3c0fb69f2d37f (patch) | |
tree | edfad66c97aeea8b7e4aad4aba395aacb2175a3c /pretyping | |
parent | 18aac5cdc6ce8be8c5c88d284cd10e82814cb303 (diff) |
[api] Misctypes removal: tactic flags.
We move the "flag types" to its use place, and mark some arguments
with named parameters better.
Diffstat (limited to 'pretyping')
-rw-r--r-- | pretyping/misctypes.ml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/pretyping/misctypes.ml b/pretyping/misctypes.ml index c66c9b1b8..332a90182 100644 --- a/pretyping/misctypes.ml +++ b/pretyping/misctypes.ml @@ -26,12 +26,3 @@ type 'a or_by_notation = 'a or_by_notation_r CAst.t (* NB: the last string in [ByNotation] is actually a [Notation.delimiters], but this formulation avoids a useless dependency. *) - -(** Various flags *) - -type direction_flag = bool (* true = Left-to-right false = right-to-right *) -type evars_flag = bool (* true = pose evars false = fail on evars *) -type rec_flag = bool (* true = recursive false = not recursive *) -type advanced_flag = bool (* true = advanced false = basic *) -type letin_flag = bool (* true = use local def false = use Leibniz *) -type clear_flag = bool option (* true = clear hyp, false = keep hyp, None = use default *) |