IntegerCost

class IntegerCost(cost: Int) : CostMonoid<IntegerCost>

Types

Companion
Link copied to clipboard
object Companion

Functions

concat
Link copied to clipboard
open override fun concat(other: IntegerCost): IntegerCost
toDocument
Link copied to clipboard
open override fun toDocument(): Document
toString
Link copied to clipboard
open override fun toString(): String
zero
Link copied to clipboard
open override fun zero(): IntegerCost

Properties

cost
Link copied to clipboard
val cost: Int