You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that, contrary to the reference manual (section 20.6.6), the grammar for the Typeclasses eauto command is more like this:
Typeclasses eauto := [debug] [dfs | depth | bfs].
where depth, if provided, appears to imply dfs as well. This suggests that there is no way to set a maximal depth for bfs. Was this intentional? Certainly, for successful searches, depth matters much more in the depth-first case as a way to prune the search tree.
Note: the issue was created automatically with bugzilla2github tool
Original bug ID: BZ#3334
From: @jonleivent
Reported version: trunk
CC: @Zimmi48
The text was updated successfully, but these errors were encountered: