hyperbole-0.6.0: Interactive HTML apps using type-safe serverside Haskell
Safe HaskellSafe-Inferred
LanguageGHC2021

Web.Hyperbole.Effect.Hyperbole

Synopsis

Documentation

data Hyperbole :: Effect where Source #

The Hyperbole Effect allows you to access information in the Request, manually respond, and manipulate the Client session and query.

Instances

Instances details
type DispatchOf Hyperbole Source # 
Instance details

Defined in Web.Hyperbole.Effect.Hyperbole