• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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.

  1. module Data.LinearMap

    Linear maps

  2. inLMap :: (LMap' r s -> LMap' t u) -> (r :-* s) -> t :-* u

    vector-space Data.LinearMap

    No documentation available.

  3. inLMap2 :: (LMap' r s -> LMap' t u -> LMap' v w) -> (r :-* s) -> (t :-* u) -> v :-* w

    vector-space Data.LinearMap

    No documentation available.

  4. inLMap3 :: (LMap' r s -> LMap' t u -> LMap' v w -> LMap' x y) -> (r :-* s) -> (t :-* u) -> (v :-* w) -> x :-* y

    vector-space Data.LinearMap

    No documentation available.

  5. fmapD :: HasTrie (Basis a) => (b -> c) -> (a :> b) -> a :> c

    vector-space Data.Maclaurin

    Map a linear function over a derivative tower.

  6. withMap :: String -> (Mapping Pos -> Parser a) -> Node Pos -> Parser a

    HsYAML Data.YAML

    Operate on tag:yaml.org,2002:map node (or fail)

  7. yMapping :: Loader (m :: Type -> Type) n -> Tag -> [(n, n)] -> LoaderT m n

    HsYAML Data.YAML

    No documentation available.

  8. schemaEncoderMapping :: SchemaEncoder -> Tag -> Either String Tag

    HsYAML Data.YAML.Schema

    No documentation available.

  9. schemaResolverMapping :: SchemaResolver -> Tag -> Either String Tag

    HsYAML Data.YAML.Schema

    No documentation available.

  10. schemaResolverMappingDuplicates :: SchemaResolver -> Bool

    HsYAML Data.YAML.Schema

    No documentation available.

Page 590 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete