maybeSink

Function from Maybe to void can be constructed from a Function to void.

maybeSink
(
S
)
()
if (
is(S : Function!(A, void),
A
)
)

Meta