WarpPI/core/src
Riccardo Azzolini a74f047655 Fix/improve hashCode for Functions
Some types of Function had hashCode methods which didn't match the
behavior of equals, while others could simply be rewritten in a simpler
way by using Objects.hash.
2019-10-25 22:48:49 +02:00
..
main Fix/improve hashCode for Functions 2019-10-25 22:48:49 +02:00
test/java/it/cavallium/warppi/math/rules/dsl Ensure that lex and parse methods are only called once per instance 2019-09-09 18:34:52 +02:00