Viewing profile — fix_error
fix_error
HN member- Joined
- Sat, Sep 26, 2009, 7:12 PM UTC
- HN karma
- 5
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About fix_error
No profile information was provided.
Recent public activity
-
comment
Comment #5094020
GHC is pretty good at specializing type-class-using functions for particular instances, e.g. if you have fac :: (Num a, Eq a) => a -> a fac 0 = 1 fac n = n*fac (n-1) main = do x it…
-
comment
Comment #4417130
'; DO $$ BEGIN RAISE NOTICE 'Commencing SQLI.'; END $$; -- Use acronym "SQLI" for stealth reasons