Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notice messages not shown ? #815

Open
FissoreD opened this issue Jul 1, 2024 · 0 comments
Open

Notice messages not shown ? #815

FissoreD opened this issue Jul 1, 2024 · 0 comments

Comments

@FissoreD
Copy link
Contributor

FissoreD commented Jul 1, 2024

I am executing the following code snippet,

Class A.
Instance a : A := {}.

Set Typeclasses Debug.
Goal A. apply _. Qed.

However, I cannot see the trace of typeclass search.

Expected output:

Calling typeclass resolution with flags: depth = ∞,unique = false,fail = true
1: looking for A without backtracking
1.1: exact a on A, 0 subgoal(s)

Am I missing something ?

I did the same test in VSCoq legacy and the log is displayed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant