diff options
author | Emilio Jesus Gallego Arias <e+git@x80.org> | 2018-05-21 20:40:27 +0200 |
---|---|---|
committer | Emilio Jesus Gallego Arias <e+git@x80.org> | 2018-06-12 14:42:27 +0200 |
commit | 2af78d3cca0f941841394b224b96f86903a68b10 (patch) | |
tree | 915a23629878162399f2d26af37c282f9e73c402 /library | |
parent | 7e7aa7491e3743abe858c1be6b77bd9a986d4297 (diff) |
[api] Misctypes removal: multi to tactics/rewrite
Diffstat (limited to 'library')
-rw-r--r-- | library/misctypes.ml | 6 |
1 files changed, 0 insertions, 6 deletions
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 |