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

alias ignores noncomputable section #1097

Open
YaelDillies opened this issue Jan 21, 2025 · 0 comments
Open

alias ignores noncomputable section #1097

YaelDillies opened this issue Jan 21, 2025 · 0 comments

Comments

@YaelDillies
Copy link
Contributor

YaelDillies commented Jan 21, 2025

alias correctly handles noncomputable on a def, but not noncomputable on a section:

import Batteries.Tactic.Alias

noncomputable def foo : Nat := Classical.choice sorry

alias bar := foo -- works fine

noncomputable section

def baz : Nat := Classical.choice sorry

alias quux := baz
-- failed to compile definition, consider marking it as 'noncomputable' because it depends on 'baz',
-- and it does not have executable code
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