Expand description
Pointed type class.
This module defines the Pointed trait, which represents a context that can be initialized with a value.
Traits§
- Pointed
- A type class for types that can be constructed from a single value.
Functions§
- pure
- The value wrapped in the context.