View Source identity_m (erlandono v3.1.2)

Summary

Types

-type identity_m(A) :: A.

Functions

-spec '>>='(identity_m(A), fun((A) -> identity_m(B))) -> identity_m(B).
-spec fail(any()) -> identity_m(_A).
-spec return(A) -> identity_m(A).