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

Safe HaskellNone

Snap.Extras.NavTrails

Documentation

data NavTrail b Source

Constructors

NavTrail 

Fields

ntSes :: SnapletLens b SessionManager

A session manager for the base

initNavTrailSource

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)