From 2af78d3cca0f941841394b224b96f86903a68b10 Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Mon, 21 May 2018 20:40:27 +0200 Subject: [api] Misctypes removal: multi to tactics/rewrite --- library/misctypes.ml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'library') diff --git a/library/misctypes.ml b/library/misctypes.ml index cfae07484..ac8c7890c 100644 --- a/library/misctypes.ml +++ b/library/misctypes.ml @@ -106,9 +106,3 @@ 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 *) - -type multi = - | Precisely of int - | UpTo of int - | RepeatStar - | RepeatPlus -- cgit v1.2.3