ral-lens-0.2: Length-indexed random access lists: lens utilities.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.RAList.NonEmpty.Lens

Synopsis

Indexing

ix :: forall f a. Applicative f => Int -> LensLike' f (NERAList a) a Source #

Orphan instances

Ixed (NERAList a) Source # 
Instance details

Methods

ix :: Index (NERAList a) -> Traversal' (NERAList a) (IxValue (NERAList a)) #

Each (NERAList a) (NERAList b) a b Source # 
Instance details

Methods

each :: Traversal (NERAList a) (NERAList b) a b #