deadfoxygrandpa / elm-test

A unit testing framework for Elm
MIT License
204 stars 21 forks source link

Remove infix operators? #4

Closed deadfoxygrandpa closed 10 years ago

deadfoxygrandpa commented 10 years ago

Max, I'm planning to remove the infix operators to fit better with the design guidelines. Are you using these, or do you have any reason they should be kept?

maxsnew commented 10 years ago

I'm fine with it, just make sure we don't lose anything in the api. I think the only thing that will need to be added is testEqual : a -> a -> Test as a replacement for ~=?