Module transform::inline_let[][src]

Expand description

Install replace certain Get operators with their Let value.

Some Let bindings are not useful, for example when they bind a Get as their value, or when there is a single corresponding Get statement in their body. These cases can be inlined without harming planning.

Structs

Install replace certain Get operators with their Let value.