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.

  1. concatMap :: (Word8 -> ByteString) -> ByteString -> ByteString

    rawfilepath Data.ByteString.RawFilePath

    Map a function over a ByteString and concatenate the results

  2. data RMap a b

    rec-def Data.Recursive.Internal

    Like Map, but admits recursive definitions.

  3. RMap :: RSet a -> Map a b -> RMap a b

    rec-def Data.Recursive.Internal

    No documentation available.

  4. data RMap a b

    rec-def Data.Recursive.Map

    Like Map, but admits recursive definitions.

  5. decodeMapOf :: (Typeable a, Ord a, Typeable b) => Typed (KeyDecoder a -> Decoder b -> Decoder (Map a b))

    registry-aeson Data.Registry.Aeson.Decoder

    No documentation available.

  6. 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

  7. toEnvMap :: RichEnv -> Environment -> HashMap Text Text

    richenv 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)
    

  8. 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
    

  9. unMappings :: Mappings -> HashMap Text Text

    richenv RichEnv.Types

    No documentation available.

  10. type SigmaParam = SigmaParam' BNFC'Position

    rzk Language.Rzk.Syntax.Abs

    No documentation available.

Page 1215 of many | Previous | Next