-
Makes a bound variable.
Declaration
Swift
public static func make() -> BoundVar<F, A>
Return Value
A bound variable.
-
Obtains the value that has been bound to this variable.
If no value has been bound to the variable when this property is invoked, a fatal error is triggered.
Declaration
Swift
public var get: A { get }