Module

Data.Container

Package
purescript-logoot-core
Repository
juspay/purescript-logoot-core

#Container Source

class (Foldable f, Plus f, Applicative f, TraversableWithIndex Int f) <= Container f  where

Members

Instances

#(!!) Source

Operator alias for Data.Container.index (left-associative / precedence 8)

#set Source

set :: forall a f. Container f => f a -> Int -> a -> f a