@devilish666 to Programmer [email protected] • 9 months agoUh....oh....i guess it's work thenimagemessage-square20arrow-up1828arrow-down114
arrow-up1814arrow-down1imageUh....oh....i guess it's work then@devilish666 to Programmer [email protected] • 9 months agomessage-square20
minus-square@marcoslink3•9 months agoWTF! 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?
minus-square@[email protected]linkfedilink1•9 months agoRaises a runtime error. (Also, overloads don’t exist.)
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.)