Created
February 25, 2017 09:38
-
-
Save larsen/482306ff1ad4b849edc02dc52c7add1f 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
| type CheckState = Open | Botched | Solved | |
| data Check = Check { | |
| description :: String , | |
| target :: Integer , | |
| status :: CheckState | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment