BindOperators Module
Operators to help with bindings
Functions and values
Function or value | Description |
|
ExampleConsider this binding:
This operator would allow this to be rewritten as
val msg: 'a
In fact, for this particular message, you can code golf this into
|