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
outside :: Shape coord -> Shape coord | |
outside s = Shape (not . isInShape s) |