ScalABM / auctions

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

Hot-fix quote type signatures #96

Closed davidrpugh closed 7 years ago

davidrpugh commented 7 years ago

Want to be able to embed auctions inside Akka actors. Pattern matching on multiple Option[T] inside receive block of an actor is tricky due to type erasure. Inverting the type signatures of the various quote types will allow actors to respond to various quote type individually.