hledger-web-1.2: Web interface for the hledger accounting tool

Safe HaskellSafe
LanguageHaskell2010

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 #