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.
type
SharedRep (m :: Type -> Type) a = SharedRepF m Markup aweb-rep Web.Rep default representation type of Html ()
newtype
SharedRepF (m :: Type -> Type) r aweb-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.
-
A shared-element representation of web page communication.
-
web-rep Web.Rep.Shared No documentation available.
type
SharedRep (m :: Type -> Type) a = SharedRepF m Markup aweb-rep Web.Rep.Shared default representation type of Html ()
newtype
SharedRepF (m :: Type -> Type) r aweb-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.
-
Various SharedRep instances for common html input elements.
-
BNFC BNFC.Options This is the option record that is passed to the different backends.
newtype
Shareable (f :: Type -> Type) adictionary-sharing Data.ClassSharing No documentation available.
Shareable :: (Ref -> f a) -> Shareable (f :: Type -> Type) adictionary-sharing Data.ClassSharing No documentation available.