ral-optics-0.2: Length-indexed random access lists: optics utilities.
Safe HaskellNone
LanguageHaskell2010

Data.RAList.NonEmpty.Optics

Synopsis

Indexing

Orphan instances

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

Methods

each :: IxTraversal Int (NERAList a) (NERAList b) a b #

Ixed (NERAList a) Source # 
Instance details

Associated Types

type IxKind (NERAList a) #

Methods

ix :: Index (NERAList a) -> Optic' (IxKind (NERAList a)) NoIx (NERAList a) (IxValue (NERAList a)) #