Current section

Files

Jump to
geckolex include gecko_Token.hrl
Raw

include/gecko_Token.hrl

-record(token, {
wrapper :: gecko:naked(),
token_type :: fun((binary()) -> any()),
word :: binary()
}).