Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Created September 9, 2017 18:05
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 deque-blog/be35f5f8ecff7e1034cc6173058b97be to your computer and use it in GitHub Desktop.
Save deque-blog/be35f5f8ecff7e1034cc6173058b97be to your computer and use it in GitHub Desktop.
outside :: Shape coord -> Shape coord
outside s = Shape (not . isInShape s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment