wdl-analysis 0.19.1

Analysis of Workflow Description Language (WDL) documents.
Documentation
1
2
3
4
5
6
error: cannot coerce type `Array[String]` to type `String`
   ┌─ tests/analysis/cannot-coerce-string/source.wdl:10:23
   │
10 │     String x = "foo ${a}"
   │                       ^ this is type `Array[String]`