> :t logEvent birthDay | |
Int -> String -> String -- A function that expects an integer and a string to produce the message |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
> :t logEvent birthDay | |
Int -> String -> String -- A function that expects an integer and a string to produce the message |