forM package:Agda

forM is mapM with its arguments flipped. For a version that ignores the results see forM_.
Pretty-print LibError.
Pretty-print LibErrors.
Compute a position position prefix. Depending on the error to be printed, it will
  • either give the name of the libraries file and a line inside it,
  • or give the name of the .agda-lib file.
Version of mapMaybe with different argument ordering.
Generalized version of for_ :: Applicative m => [a] -> (a -> m ()) -> m ()
forM_ is mapM_ with its arguments flipped. For a version that doesn't ignore the results see forM. forM_ is just like for_, but specialised to monadic actions.
The for version of mapMaybeM.
The for version of mapMaybeMM.
Modifier for interactive commands, specifying the amount of normalization in the output.
Modifier for interactive commands, specifying whether safety checks should be ignored.