Skip to content

Instantly share code, notes, and snippets.

@larsen
Created February 25, 2017 09:38
Show Gist options
  • Select an option

  • Save larsen/482306ff1ad4b849edc02dc52c7add1f to your computer and use it in GitHub Desktop.

Select an option

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