Problem when importing both Overture and Prelude #71
Czajnikowski
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys!
While playing a bit with
Overture
andPrelude
I realized that you can stumble upon an issue when importing both of them.For example, this won't compile:
And the problem is with
map
:It seems that we have competing implementations in both frameworks, so namespacing it with either
Prelude
orOverture
fixes the problem. That poses a kind of a structural issue though... Have you ever stumbled upon such an issue? Maybe we should establish some shared source of truth for these? Or these frameworks really should be used exclusively (that'd be pretty sad)?P.S - thanks for delivering such wonderful content and tools 🙌
Beta Was this translation helpful? Give feedback.
All reactions