Last active
July 3, 2018 12:50
-
-
Save martinsson/2ad793d63dbc825e87b0423d6876bfc2 to your computer and use it in GitHub Desktop.
One single constructor of initial solution
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 Fizzbuzz : (k: Nat) -> Type where | |
Fizz : (k: Nat) -> IsFizz k -> Not (IsBuzz k) -> Fizzbuzz k |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment