Skip to content

Instantly share code, notes, and snippets.

@jjant
Created November 11, 2018 00:00
Show Gist options
  • Select an option

  • Save jjant/a1fadb61eb16947dac83f7b8bd98d290 to your computer and use it in GitHub Desktop.

Select an option

Save jjant/a1fadb61eb16947dac83f7b8bd98d290 to your computer and use it in GitHub Desktop.
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