Packages

Code First GraphQL library for Gleam

Current section

Files

Jump to
mochi include mochi@internal@lexer_TokenWithPosition.hrl
Raw

include/mochi@internal@lexer_TokenWithPosition.hrl

-record(token_with_position, {
token :: mochi@internal@lexer:token(),
position :: mochi@internal@lexer:position()
}).