j
k
j a
j l
Sebastiaan Visser wrote:
...myFunc = anotherFunc $ case of Left err -> print err Right msg -> putStrLn msg A minor syntactical addition, a big win!
myFunc = anotherFunc $ case of Left err -> print err Right msg -> putStrLn msg
A minor syntactical addition, a big win!
+1! Martijn.
Back to the thread
Back to the list