wdl-analysis 0.19.1

Analysis of Workflow Description Language (WDL) documents.
Documentation
1
2
3
4
5
6
7
8
error: type mismatch: expected type `Int`, but found type `String`
   ┌─ tests/analysis/forward-reference/source.wdl:14:17
   │
14 │         Int y = z
   │             -   ^ this is type `String`
   │             │    
   │             this expects type `Int`