Closed pepeiborra closed 5 years ago
The HsExpr constructor is HsOverLabel, and a valid syntax example is:
HsExpr
HsOverLabel
foo = #bar
These come up all the time in code that uses generic-lens
The
HsExpr
constructor isHsOverLabel
, and a valid syntax example is: