Skip to content

Instantly share code, notes, and snippets.

@kritzcreek
Created July 14, 2020 13:26
Show Gist options
  • Save kritzcreek/404db02428d8a9e407c8417190868d2d to your computer and use it in GitHub Desktop.
Save kritzcreek/404db02428d8a9e407c8417190868d2d to your computer and use it in GitHub Desktop.
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