Agda
Safe HaskellNone
LanguageHaskell2010

Agda.Utils.IntMap

Documentation

forWithKey_ :: forall v m. Applicative m => IntMap v -> (Int -> v -> m ()) -> m () Source #