Live data from Hacker News

Viewing profile — fix_error

fix_error

HN member
Joined
Sat, Sep 26, 2009, 7:12 PM UTC
HN karma
5
Public activity
2 items

About fix_error

No profile information was provided.

Recent public activity

  1. 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…

  2. comment
    Comment #4417130

    '; DO $$ BEGIN RAISE NOTICE 'Commencing SQLI.'; END $$; -- Use acronym "SQLI" for stealth reasons