snap-extras-0.12.3.0: A collection of useful helpers and utilities for Snap web applications.

Safe HaskellNone
LanguageHaskell2010

Snap.Extras.NavTrails

Synopsis

Documentation

data NavTrail b Source #

Constructors

NavTrail 

Fields

initNavTrail Source #

Arguments

:: SnapletLens b SessionManager

Lens to the session snaplet

-> Maybe (Snaplet (Heist b))

The heist snaplet (not a lens), if you want splices to be added automatically.

-> SnapletInit b (NavTrail b) 

redirBack :: MonadSnap m => m a Source #