diff options
author | Arnaud Spiwack <arnaud@spiwack.net> | 2013-11-25 14:25:29 +0100 |
---|---|---|
committer | Arnaud Spiwack <arnaud@spiwack.net> | 2013-11-25 16:22:41 +0100 |
commit | 51d4da4ac126b4b3bb033ec88253866345594e01 (patch) | |
tree | 417a1144c28cf691cfa1819b01e7f71ad3ffbb19 /dev/base_include | |
parent | 494ef20fc93dbe7bf373f713284f08b034da9075 (diff) |
Remove the Hiddentac module.
Since the new proof engine, Hiddentac has been essentially trivial.
Here is what happened to the functions defined there
- Aliases, or tactics that were trivial to inline were systematically inlined
- Tactics used only in tacinterp have been moved to tacinterp
- Other tactics have been moved to a new module Tactics.Simple.
Diffstat (limited to 'dev/base_include')
-rw-r--r-- | dev/base_include | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev/base_include b/dev/base_include index 87c0e5b7e..94146102b 100644 --- a/dev/base_include +++ b/dev/base_include @@ -136,7 +136,6 @@ open Equality open Evar_tactics open Extraargs open Extratactics -open Hiddentac open Hipattern open Inv open Leminv |