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

Safe HaskellNone
LanguageHaskell2010

Snap.Extras.NavTrails

Documentation

data NavTrail b Source

Constructors

NavTrail 

Fields

ntSes :: SnapletLens b SessionManager

A session manager for the base

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)