Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
concatMap :: (Word8 -> ByteString) -> ByteString -> ByteStringrawfilepath Data.ByteString.RawFilePath Map a function over a ByteString and concatenate the results
-
rec-def Data.Recursive.Internal Like Map, but admits recursive definitions.
RMap :: RSet a -> Map a b -> RMap a brec-def Data.Recursive.Internal No documentation available.
-
rec-def Data.Recursive.Map Like Map, but admits recursive definitions.
-
registry-aeson Data.Registry.Aeson.Decoder No documentation available.
encodeMapOf :: (Typeable a, Typeable b) => Typed (KeyEncoder a -> Encoder b -> Encoder (Map a b))registry-aeson Data.Registry.Aeson.Encoder Create an Encoder for a map a b
toEnvMap :: RichEnv -> Environment -> HashMap Text Textrichenv RichEnv Get a hashmap of environment variables processing the passed environment with the RichEnv input. The idea is that the output could be passed to functions like Yaml's applyEnvValue.
toEnvMap re env = unValues (toEnvValues re env)
toEnvMapFromCurrent :: RichEnv -> IO (HashMap Text Text)richenv RichEnv Get a hashmap of environment variables processing the current environment with the RichEnv input. The idea is that the output could be passed to functions like Yaml's applyEnvValue.
toEnvMapFromCurrent re = toEnvMap re . toEnvironment <$> getEnvironment
unMappings :: Mappings -> HashMap Text Textrichenv RichEnv.Types No documentation available.
type
SigmaParam = SigmaParam' BNFC'Positionrzk Language.Rzk.Syntax.Abs No documentation available.