error-message-index icon indicating copy to clipboard operation
error-message-index copied to clipboard

TcRnImplicitLift -> 846

Open PPKFS opened this issue 2 years ago • 1 comments

PPKFS avatar Jun 13 '22 17:06 PPKFS

This error message corresponds to the -Wimplicit-lift warning:

Template Haskell quotes referring to local variables bound outside of the quote are implicitly converted to use lift`. 
For example, ``f x = [| reverse x |] becomes f x = [| reverse $(lift x) |]). 
This flag issues a warning for every such implicit addition of lift. 
This can be useful when debugging more complex staged programs, where an implicit lift` can accidentally conceal a variable used at a wrong stage.

BinderDavid avatar Sep 03 '23 16:09 BinderDavid