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. newtype ActMap s

    lr-acts Data.Act.Act

    An action on any functor that uses the fmap function. For example :

    >>> ActMap (ActSelf "Hello") <>$ [" World !", " !"]
    ["Hello World !","Hello !"]
    

  2. ActMap :: s -> ActMap s

    lr-acts Data.Act.Act

    No documentation available.

  3. unactMap :: ActMap s -> s

    lr-acts Data.Act.Act

    No documentation available.

  4. data LMap

    lucid-extras Lucid.Leaflet

    No documentation available.

  5. LMap :: Text -> LMap

    lucid-extras Lucid.Leaflet

    No documentation available.

  6. data LMapElement

    lucid-extras Lucid.Leaflet

    No documentation available.

  7. leafletMap :: forall (m :: Type -> Type) . Monad m => LMap -> [LMapElement] -> HtmlT m ()

    lucid-extras Lucid.Leaflet

    <SCRIPT> section that declares a LeafletJS map

  8. ismap_ :: Text -> Attributes

    lucid2 Lucid.Html5

    The ismap attribute.

  9. usemap_ :: Text -> Attributes

    lucid2 Lucid.Html5

    The usemap attribute.

  10. getOrdMapping :: OrdWrapper (k2 :: k) (m :: k1 -> Type) (v :: k1) -> m v

    mappings Data.Mapping

    No documentation available.

Page 1189 of many | Previous | Next