Skip to main content

Module types

Module types 

Source
Expand description

Core types: Value, ValueAssignment, Audience.

Structsยง

Audience
An audience is a strict partial order over values, represented as ranked tiers. Each inner Vec<Value> is one tier; values within a tier are equally preferred. Earlier tiers are strictly more preferred than later tiers.
Value
A value that an argument can promote.
ValueAssignment
Maps each argument to the set of values it promotes.