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

Data.RAList.Optics

Synopsis

Indexing

Orphan instances

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

Methods

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

Ixed (RAList a) Source # 
Instance details

Associated Types

type IxKind (RAList a) #

Methods

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