wdl-analysis 0.19.1

Analysis of Workflow Description Language (WDL) documents.
Documentation
1
2
3
4
5
6
error: type mismatch: expected an array type, but found type `String`
  ┌─ tests/analysis/scatter-not-array/source.wdl:8:19
  │
8 │     scatter (x in a) {
  │                   ^ this is type `String`