811
Uh....oh....i guess it's work then
(lemmy.world)
Post funny things about programming here! (Or just rant about your favourite programming language.)
ghc -fdefer-type-errors
:WTF! How does that even work?
What does the compiler do when there are 5 implementations for the same name, and none fit the type system?
Raises a runtime error. (Also, overloads don't exist.)