hledger-web-0.25.1: A web interface for the hledger accounting tool.

Safe HaskellNone
LanguageHaskell98

Handler.Utils

Description

Web handler utilities. More of these are in Foundation.hs, where they can be used in the default template.

Documentation

numbered :: [a] -> [(Int, a)] Source