Current section
Files
Jump to
Current section
Files
src/glap@parser_settings.erl
-module(glap@parser_settings).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-define(FILEPATH, "src/glap/parser_settings.gleam").
-export_type([parser_settings/0]).
-type parser_settings() :: {parser_settings, boolean()}.