From 4aaeb5d429227505adfde9fe04c3c0fb69f2d37f Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Thu, 24 May 2018 04:38:30 +0200 Subject: [api] Misctypes removal: tactic flags. We move the "flag types" to its use place, and mark some arguments with named parameters better. --- pretyping/misctypes.ml | 9 --------- 1 file changed, 9 deletions(-) (limited to 'pretyping') 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 *) -- cgit v1.2.3