wdl-engine 0.13.2

Execution engine for Workflow Description Language (WDL) documents.
Documentation
1
2
3
4
5
6
7
8
error: type mismatch: expected type `Array[Boolean]+`, but found type `Array[Boolean]`: cannot coerce empty array value to non-empty array type `Array[Boolean]+`
  ┌─ tests/workflows/non-empty-array-fail/source.wdl:8:30
  │
8 │   Array[Boolean]+ nonempty = x
  │                   --------   ^ this is type `Array[Boolean]`
  │                   │           
  │                   this expects type `Array[Boolean]+`