top | item 41327171

(no title)

TheMatten | 1 year ago

This one in Haskell is coincidental, but used as a joke:

``` import Data.Function

main = do let it = fix error print it ```

discuss

order

notpushkin|1 year ago

On HN, you can add code blocks by indenting with 2 spaces:

  import Data.Function

  main = do
    let it = fix error
    print it