Hoogle Search
Within LTS Haskell 24.27 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
bound Bound.Scope.Simple Perform a change of variables on bound variables.
-
bound Bound.Scope.Simple mapM over both bound and free variables
-
bound Bound.Scope.Simple mapM_ over the variables bound by this scope
-
bound Bound.Scope.Simple A traverseScope that can be used when you only have a Monad instance
-
bound Bound.Scope.Simple A traverseScope_ that can be used when you only have a Monad instance
-
bound Bound.Scope.Simple Perform a change of variables, reassigning both bound and free variables.
map2 :: Text -> Builder -> Text -> Builder -> Builderbytebuild Data.Bytes.Builder.Avro Encode a map with exactly two key-value pairs. The keys are text. This is commonly used to encode the header in an avro file, which has a map with two keys: avro.schema and avro.codec.
mapErrorEffectfully :: (e1 -> ST s e2) -> Parser e1 s a -> Parser e2 s abytesmith Data.Bytes.Parser Effectfully adjusts the error message if an error occurs.
-
contiguous Data.Primitive.Contiguous Map strictly over the elements of an array. Note that because a new array must be created, the resulting array type can be different than the original.
-
contiguous Data.Primitive.Contiguous No documentation available.