Created
July 14, 2020 13:26
-
-
Save kritzcreek/404db02428d8a9e407c8417190868d2d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module Main where | |
import Prelude | |
import Data.Maybe | |
mystery :: forall a b. (a -> Maybe b) -> Array a -> Array b | |
mystery = ?x |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment