dnanexus / wdlTools

WDL tools for parsing, type-checking, and more
Apache License 2.0
25 stars 7 forks source link

Return codes2 #176

Closed jdidion closed 3 years ago

jdidion commented 3 years ago

The get function coerces to the first allowed type. Since Int can be coerced to String, it returns a String even when the value is an Int. So T_String has to come last.