Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
formatDebugMessage :: MonadDebug m => VerboseKey -> VerboseLevel -> TCM Doc -> m StringAgda Agda.TypeChecking.Monad.Debug No documentation available.
-
Agda Agda.TypeChecking.Records Eta expand a record regardless of whether it's an eta-record or not.
-
Agda Agda.TypeChecking.Rules.Data Ensure that the type is a sort. If it is not directly a sort, compare it to a newSortMetaBelowInf.
forA :: (Traversable t, Applicative f) => t a -> (a -> f b) -> f (t b)Agda Agda.Utils.Applicative Better name for for.
forMaybe :: [a] -> (a -> Maybe b) -> [b]Agda Agda.Utils.Maybe Version of mapMaybe with different argument ordering.
forMaybe :: [a] -> (a -> Maybe b) -> [b]Agda Agda.Utils.Maybe.Strict Version of mapMaybe with different argument ordering.
forM :: (Traversable t, Monad m) => t a -> (a -> m b) -> m (t b)Agda Agda.Utils.Monad forM is mapM with its arguments flipped. For a version that ignores the results see forM_.
forM' :: (Foldable t, Applicative m, Monoid b) => t a -> (a -> m b) -> m bAgda Agda.Utils.Monad Generalized version of for_ :: Applicative m => [a] -> (a -> m ()) -> m ()
forMM :: (Traversable t, Monad m) => m (t a) -> (a -> m b) -> m (t b)Agda Agda.Utils.Monad No documentation available.
forMM_ :: (Foldable t, Monad m) => m (t a) -> (a -> m ()) -> m ()Agda Agda.Utils.Monad No documentation available.