Module kind_utils

Module kind_utils 

Source

Functionsยง

are_kinds_matching
is_error_kind
Whether the kind will match parsing error occurred in the source code. for example, we can use kind: ERROR in YAML to find invalid syntax in source. the name is_error implies the matcher itself is error. But here the matcher itself is valid and it is what it matches is error.