1 2 3 4 5
{SemVer;} = import "semver" .func vers: List(SemVer), version: SemVer = if all(map((v) -> v.compatible_with(version), vers)): do: todo()