diff options
| author | Matthieu Sozeau | 2016-10-26 19:20:08 +0200 |
|---|---|---|
| committer | Matthieu Sozeau | 2016-11-03 16:26:40 +0100 |
| commit | a477dca64bb71a98fb92875df438d44d1fe54400 (patch) | |
| tree | 3db3f1d882e763d90992b3f31afa81b6104cae0a /tactics/class_tactics.mli | |
| parent | c5802966f23b9a8dc34f55961d4861997a3df01f (diff) | |
Fix handling of only_classes at toplevel
Diffstat (limited to 'tactics/class_tactics.mli')
| -rw-r--r-- | tactics/class_tactics.mli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tactics/class_tactics.mli b/tactics/class_tactics.mli index 565415a95e..21c5d2172b 100644 --- a/tactics/class_tactics.mli +++ b/tactics/class_tactics.mli @@ -40,6 +40,8 @@ module Search : sig val eauto_tac : ?st:Names.transparent_state -> (** The transparent_state used when working with local hypotheses *) + ?unique:bool -> + (** Should we force a unique solution *) only_classes:bool -> (** Should non-class goals be shelved and resolved at the end *) depth:Int.t option -> |
