Created
November 11, 2018 00:00
-
-
Save jjant/a1fadb61eb16947dac83f7b8bd98d290 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| data FizzResult v pt pf rt rf | |
| = Val v pf rf | |
| | Fizz pt rf | |
| | Buzz pf rt | |
| | FizzBuzz pt rt | |
| deriving (Show) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment