Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 321 Bytes

with-pattern.md

File metadata and controls

20 lines (10 loc) · 321 Bytes

With pattern

There is the with pattern, e.g. withFile, withCString.

Using with functions

With memory mapped files.

Writing with functions

Use bracket.

Weaknesses

Laziness and throwing exceptions. Describe how Hoogle fixes those.

Composition

Talk about withs.