wdl-analysis 0.19.1

Analysis of Workflow Description Language (WDL) documents.
Documentation
1
2
3
4
5
6
7
8
error: expected map key to be a non-optional primitive type
  ┌─ tests/analysis/map-key-struct/source.wdl:6:9
  │
6 │     Map[Int?, String] a
  │         ^^^^
  │         │
  │         this is type `Int?`