Skip to content

Instantly share code, notes, and snippets.

@drscre
drscre / gpm.go
Last active October 13, 2020 08:36
hierarchic sum types
package "creditcard"
// All types are implemented as interfaces. Interfaces can extend each other, thus implementing a type tree:
// Operation
// _______________|_____________________
// | | |
// Charge Refund Authorize
// ____ |_____________________
// | |
// B2CCharge B2BCharge