Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 549 Bytes

connections.md

File metadata and controls

15 lines (10 loc) · 549 Bytes

Connections

Connections are higher order operations. Looking at their last parameter, they are always functions of the following form:

A -> A

This looks similar to migrations, with the exception that connections never perform mutations by themselves. They are useful to combine partially applied operations to create a more complex operation.

Available connections