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

Change Haxioms to not use unsafeCoerce (Dict ()) #241

Closed
lmbollen opened this issue Jan 26, 2023 · 2 comments
Closed

Change Haxioms to not use unsafeCoerce (Dict ()) #241

lmbollen opened this issue Jan 26, 2023 · 2 comments

Comments

@lmbollen
Copy link
Contributor

Using unsafeCoerce on Dict () sometimes results in free variables. This can fixed by replacing unit () in Dict () with something tangible, such as the relevant constraint.

@martijnbastiaan
Copy link
Contributor

Related: clash-lang/clash-compiler#2376

@martijnbastiaan
Copy link
Contributor

Fixed in #297

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

2 participants