Open
Description
Hey!
Thanks for the tool.
I want to use elm-verify-examples to test a function that returns a float. It seems impossible to test equality of floating point numbers, even if they are strictly equal. Consider the following example:
0.1 --> 0.1
With this I am getting the following message: Do not use Expect.equal with floats. Use Float.within instead.