ScalABM / auctions

A functional API for auction simulations
Apache License 2.0
13 stars 1 forks source link

F bounded polymorphism #103

Closed davidrpugh closed 7 years ago

davidrpugh commented 7 years ago

This PR is a substantial refactoring of the core API that moves away from using type classes and implicits to a solution that used F-bounded polymorphism and sub-classing.

davidrpugh commented 7 years ago

@bherd-rb Based on our discussions yesterday I am going to go ahead and merge this PR.