moodmosaic / Fare

Port of Java dk.brics.automaton and xeger, mostly used for generating strings that match a specific regular expression.
http://www.brics.dk/automaton/
MIT License
183 stars 43 forks source link

Implement IComparable in State class #18

Closed moodmosaic closed 8 years ago

moodmosaic commented 8 years ago

As discussed in this thread, it looks like the F# comparison constraint looks for (non-generic) IComparable, which the existing IComparable<T> doesn't inherit from.

The State class implements IComperable<T> and so it could also implement IComparable as well.

moodmosaic commented 8 years ago

Resolved by #19.