allSpace :: Shape coord | |
allSpace = Shape (const True) -- `const True` is a function which always returns True |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
allSpace :: Shape coord | |
allSpace = Shape (const True) -- `const True` is a function which always returns True |