Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 147 Bytes

style-guide.org

File metadata and controls

9 lines (7 loc) · 147 Bytes

Style Guide

Imports

Order of imports:

  • Internal
  • base / GHC libraries
  • External

Prefer unqualified imports unless there is an overlap.