viaduct
0.3.0
compiler
/
io.github.aplcornell.viaduct.selection
/
CostLiteral
Cost
Literal
data
class
CostLiteral
(
val
cost
:
Int
)
:
SymbolicCost
Constructors
Functions
Properties
Constructors
Cost
Literal
Link copied to clipboard
fun
CostLiteral
(
cost
:
Int
)
Functions
concat
Link copied to clipboard
open
override
fun
concat
(
other
:
SymbolicCost
)
:
SymbolicCost
to
Document
Link copied to clipboard
open
override
fun
toDocument
(
)
:
Document
zero
Link copied to clipboard
open
override
fun
zero
(
)
:
SymbolicCost
Properties
cost
Link copied to clipboard
val
cost
:
Int