Skip to content

Instantly share code, notes, and snippets.

@noelrappin
Created August 8, 2017 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noelrappin/40be365f4bcf47c272f9fd9de1779b50 to your computer and use it in GitHub Desktop.
Save noelrappin/40be365f4bcf47c272f9fd9de1779b50 to your computer and use it in GitHub Desktop.
edit : Editable -> Editable
edit x =
case x of
BeingEdited old new ->
x
NotBeingEdited value ->
BeingEdited value value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment