tn-4.0.0.1: A simple daily journal program

Safe HaskellNone
LanguageHaskell2010

Tn.Errata

Description

The Tn license, version, that fun stuff

Synopsis

Documentation

licenseText :: Text Source

Text of the ISC license

printLicense Source

Arguments

:: Bool

Whether or not to enable use of a pager.

-> IO () 

Print the license

version :: String Source

Tn's version, as a String

appName :: String Source

Name of the application

altConcat :: (Alternative f, Foldable t) => t (f a) -> f a Source

Concatenate a number of Alternate values.

altConcat = foldr (<|>) empty