Module apply_second

Module apply_second 

Source
Expand description

ApplySecond type class.

This module defines the ApplySecond trait, which provides the ability to sequence two computations but discard the result of the first computation, keeping only the result of the second.

Traits§

ApplySecond
A type class for types that support combining two contexts, keeping the second value.

Functions§

apply_second
Combines two contexts, keeping the value from the second context.