Closed curoli closed 7 years ago
Since ErrorOr[A] is a type alias where A is covariant (both params of Validated are covariant): type ErrorOr[A] = Validated[NonEmptyList[String], A] A should be marked covariant in ErrorOr[A] as well.
Oops, wrong project - this in in lenthall, not wdl4s.
Since ErrorOr[A] is a type alias where A is covariant (both params of Validated are covariant): type ErrorOr[A] = Validated[NonEmptyList[String], A] A should be marked covariant in ErrorOr[A] as well.