Closed garyb closed 1 year ago
This works better for composition and is more idiomatic for PS code in general (for the same reason).
Taking matchMedia, for example, if Window came last it means you can use it like:
matchMedia
Window
Window. matchMedia "..." =<< HTML.window
(Or whichever direction you prefer to compose)
This works better for composition and is more idiomatic for PS code in general (for the same reason).
Taking
matchMedia
, for example, ifWindow
came last it means you can use it like:(Or whichever direction you prefer to compose)