aboutsummaryrefslogtreecommitdiff
path: root/tests/lib/types/list-or-dag-merge-result.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lib: add type generators `dagOf` and `listOrDagOf`Robert Helgesson2020-01-161-0/+15
Given an inner type, the former function generates a type that expect DAG option values. The latter function is only present to temporarily allow the `programs.ssh.matchBlocks` to keep accepting list values.