fixed-vector-0.4.1.0: Generic vectors with statically known size.

Safe HaskellSafe-Inferred

Data.Vector.Fixed.Internal.Id

Description

Strict identity monad

Synopsis

Documentation

newtype Id a Source

Strict identity monad

Constructors

Id 

Fields

runID :: a
 

Instances