hakyll-3.1.0.0: A simple static site generator library.

Hakyll.Core.Util.Arrow

Description

Various arrow utility functions

Documentation

constA :: Arrow a => c -> a b cSource

sequenceA :: Arrow a => [a b c] -> a b [c]Source

unitA :: Arrow a => a b ()Source