Cost
data class Cost<C : CostMonoid<C>>(val features: PersistentMap<CostFeature, C>) : CostMonoid<Cost<C>> , Map<CostFeature, C> , PrettyPrintable
The cost of executing a piece of code or sending a message. Consists of a map of features over some cost monoid.
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard