Essence.Token.is_punctuation-question-mark
You're seeing just the function
is_punctuation-question-mark
, go back to Essence.Token module for more information.
Link to this function
is_punctuation?(token)
Determines whether a given token
is punctuation or not.
Returns true
if the token is punctuation, false
otherwise.