Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 427 Bytes

Q & A.md

File metadata and controls

11 lines (6 loc) · 427 Bytes

Why this, why that

These something_ type variables

The "_" at the end shows that this type variable is used only in this place.

Our types have a lot of type variables, most of them only used once. If you see a -_ you know not to focus on these.

See the rule single-use-type-vars-end-with-underscore.