We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4863951 commit 700e821Copy full SHA for 700e821
Haskell/maybe2.hs
@@ -0,0 +1,3 @@
1
+main = do
2
+ print $ (* 2) . (+ 5) . (^ 2) <$> Just 5
3
+ print $ (* 2) . (+ 5) . (^ 2) <$> Nothing
0 commit comments