IntegerCost

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

Constructors

Link copied to clipboard
fun IntegerCost(cost: Int)

Types

Link copied to clipboard
object Companion

Functions

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

Properties

Link copied to clipboard
val cost: Int