ndmitchell / hlint

Haskell source code suggestions
Other
1.48k stars 195 forks source link

CodeWorld: remove redundant 'translated' #1599

Closed jvoigtlaender closed 3 months ago

jvoigtlaender commented 6 months ago

I've seen students doing that, typically in the context of composing a larger picture/expression comprised of many smaller pictures being positioned by translated calls; and for some reason sub-pictures that need no moving are still wrapped in a "zero-only" translated call.

ndmitchell commented 3 months ago

Thanks!