toastal / endo / Endo

Basic Endo to clean up code.

Definition


type alias Endo a =
a -> a

This is this.


type alias Over outer inner =
Endo inner -> Endo outer

This is that.