verl.gte

You're seeing just the function gte, go back to verl module for more information.

Specs

gte(version(), version()) :: boolean() | {:error, :invalid_version}
Helper function that returns true the first version given is greater than or equal to the second, otherwise returns false. See compare/2 for more details.