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

Incorrect "overlapping names" error #1169

Closed
yav opened this issue Apr 20, 2021 · 0 comments
Closed

Incorrect "overlapping names" error #1169

yav opened this issue Apr 20, 2021 · 0 comments

Comments

@yav
Copy link
Member

yav commented Apr 20, 2021

module A where
  update = 0x2

module B where
  import A

This results in:

Loading module Cryptol
Loading module A
Loading module B
[error]
    Overlapping symbols defined:
    (at Cryptol:846:11--846:17, Cryptol::update)
    (at ./A.cry:3:1--3:7, A::update)

which is wrong

yav added a commit that referenced this issue Apr 20, 2021
@yav yav closed this as completed in 6818969 Apr 23, 2021
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