Hoogle Search

Within LTS Haskell 24.10 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. type SharedRep (m :: Type -> Type) a = SharedRepF m Markup a

    web-rep Web.Rep

    default representation type of Html ()

  2. newtype SharedRepF (m :: Type -> Type) r a

    web-rep Web.Rep

    Driven by the architecture of the DOM, web page components are compositional, and tree-like, where components are often composed of other components, and values are thus shared across components. This is sometimes referred to as "observable sharing". See data-reify as another library that reifies this (pun intended), and provided the initial inspiration for this implementation. unshare should only be run once, which is a terrible flaw that might be fixed by linear types.

  3. module Web.Rep.Shared

    A shared-element representation of web page communication.

  4. SharedRep :: StateT (Int, HashMap ByteString ByteString) m (RepF r a) -> SharedRepF (m :: Type -> Type) r a

    web-rep Web.Rep.Shared

    No documentation available.

  5. type SharedRep (m :: Type -> Type) a = SharedRepF m Markup a

    web-rep Web.Rep.Shared

    default representation type of Html ()

  6. newtype SharedRepF (m :: Type -> Type) r a

    web-rep Web.Rep.Shared

    Driven by the architecture of the DOM, web page components are compositional, and tree-like, where components are often composed of other components, and values are thus shared across components. This is sometimes referred to as "observable sharing". See data-reify as another library that reifies this (pun intended), and provided the initial inspiration for this implementation. unshare should only be run once, which is a terrible flaw that might be fixed by linear types.

  7. module Web.Rep.SharedReps

    Various SharedRep instances for common html input elements.

  8. data SharedOptions

    BNFC BNFC.Options

    This is the option record that is passed to the different backends.

  9. newtype Shareable (f :: Type -> Type) a

    dictionary-sharing Data.ClassSharing

    No documentation available.

  10. Shareable :: (Ref -> f a) -> Shareable (f :: Type -> Type) a

    dictionary-sharing Data.ClassSharing

    No documentation available.

Page 16 of many | Previous | Next