Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Applicative tasks, as used by Make, Ninja and other applicative build systems. Dependencies of applicative tasks are known statically, before their execution.
Synopsis
- dependencies :: Task Applicative k v -> [k]
Documentation
dependencies :: Task Applicative k v -> [k] Source #
Find the dependencies of an applicative task.