@devilish666 to Programmer [email protected] • 11 months agoUh....oh....i guess it's work thenimagemessage-square20arrow-up1829arrow-down114
arrow-up1815arrow-down1imageUh....oh....i guess it's work then@devilish666 to Programmer [email protected] • 11 months agomessage-square20
minus-square@marcoslink3•11 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•10 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.)