We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example:
Class Bar (T:Type). #[local] Instance Foo2: Bar(nat). Admitted. #[global] Instance Foo3: Bar(nat). Admitted. Instance Foo1: Bar(nat). Admitted.
Pressing C-c C-, will show an outline which contains only Bar and Foo1 but not Foo2 or Foo3.
C-c C-,
Bar
Foo1
Foo2
Foo3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Example:
Pressing
C-c C-,
will show an outline which contains onlyBar
andFoo1
but notFoo2
orFoo3
.The text was updated successfully, but these errors were encountered: