Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
type
MimeMap = Map String Stringhappstack-server Happstack.Server.FileServe a Map from file extensions to content-types example:
myMimeMap :: MimeMap myMimeMap = Map.fromList [("gz","application/x-gzip"), ... ]see also: mimeTypestype
MimeMap = Map String Stringhappstack-server Happstack.Server.FileServe.BuildingBlocks a Map from file extensions to content-types example:
myMimeMap :: MimeMap myMimeMap = Map.fromList [("gz","application/x-gzip"), ... ]see also: mimeTypesconcatMap :: (a -> Heap b) -> Heap a -> Heap bheaps Data.Heap O(n). Construct heaps from each element in another heap, and union them together.
>>> concatMap (\a -> fromList [a,a+1]) (fromList [1,4]) fromList [1,4,5,2]
class
Remap (m :: Type -> Type)hledger Hledger.Cli Like functor, but where the the argument isn't just covariant.
remap :: Remap m => (a -> b) -> (b -> (a, a -> b)) -> m a -> m bhledger Hledger.Cli Convert between two values.
remap2 :: Remap m => (a -> b) -> (b -> a) -> m a -> m bhledger Hledger.Cli Restricted version of remap where the values are isomorphic.
remapUpdate :: (a -> b) -> (b -> (a, a -> b)) -> Update a -> Update bhledger Hledger.Cli AkimaPeriodic :: InterpolationMethodhmatrix-gsl Numeric.GSL.Interpolation No documentation available.
smappend :: (IsString m, Monoid m) => m -> m -> mhpqtypes Data.Monoid.Utils Concatenate two elements with separator between them.
-
hscolour Language.Haskell.HsColour.ACSS No documentation available.