Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data HList (xs :: [Type]) where #
A heterogeneous list used as input/output to a task.
This is commonly used in the multiInputTask
function,
which automatically fetches the data from DataStore
.