butler-0.0.1.0: At your service.
Safe HaskellSafe-Inferred
LanguageGHC2021

Butler.Auth

Description

This module contains the logic to serve App with Display.

Documentation

newtype PageTitle #

Constructors

PageTitle Text 

Instances

Instances details
IsString PageTitle # 
Instance details

Defined in Butler.Auth

ToHtml PageTitle # 
Instance details

Defined in Butler.Auth

Methods

toHtml :: forall (m :: Type -> Type). Monad m => PageTitle -> HtmlT m () #

toHtmlRaw :: forall (m :: Type -> Type). Monad m => PageTitle -> HtmlT m () #

newtype PageDesc #

Constructors

PageDesc Text 

Instances

Instances details
IsString PageDesc # 
Instance details

Defined in Butler.Auth