Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
- type TaskInput = [ByteString]
- type TaskResult = TaskInput
- type Task = TaskInput -> TaskResult
Documentation
type TaskInput = [ByteString] Source
This is a small common ground for some assumptions: input is a list of sth., deserialization is the responsibility of the task itself.
type TaskResult = TaskInput Source
type Task = TaskInput -> TaskResult Source