Skip to content

Instantly share code, notes, and snippets.

@steshaw
Created September 9, 2020 04:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steshaw/21a1b4088cbfb7596de37675352d730c to your computer and use it in GitHub Desktop.
Save steshaw/21a1b4088cbfb7596de37675352d730c to your computer and use it in GitHub Desktop.
module Main where
myFunc
:: Functor m
=> Applicative m
=> Monad m
=> m a
-> Int
-> m a
myFunc m n = m
main = pure ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment