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

Data.RAList.Lens

Synopsis

Indexing

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

Orphan instances

Ixed (RAList a) Source # 
Instance details

Methods

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

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

Methods

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