jackfirth / racket-mock

Mocking library for Racket
Other
22 stars 7 forks source link

Add prefab arguments #119

Closed jackfirth closed 7 years ago

jackfirth commented 7 years ago

This came up when attempting to use arguments as to implement place workers.

jackfirth commented 7 years ago

Place workers should probably use some sort of serialization function instead of mandating all structures in common libraries provide prefab variants. This approach would also allow users to specify serialization functions to handle custom data types.