birthDay : Event | |
birthDay = MkEvent "Happy BirthDay" [IntVar, StrCst " years old, ", StrVar] | |
-- In the REPL: | |
> show birthDay | |
"Happy BirthDay: {int} years old, {string}" -- Output |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment