Hacker News new | ask | show | jobs
by rifung 3233 days ago
Sorry if dumb question. If Haskell types don't exist at runtime how do type class functions work? I'd think the type needs to get inspected to choose the implementation to call?