diff options
Diffstat (limited to 'aoc2023/build/packages/gleam_stdlib/include/gleam@regex_Match.hrl')
-rw-r--r-- | aoc2023/build/packages/gleam_stdlib/include/gleam@regex_Match.hrl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/aoc2023/build/packages/gleam_stdlib/include/gleam@regex_Match.hrl b/aoc2023/build/packages/gleam_stdlib/include/gleam@regex_Match.hrl new file mode 100644 index 0000000..4216619 --- /dev/null +++ b/aoc2023/build/packages/gleam_stdlib/include/gleam@regex_Match.hrl @@ -0,0 +1,4 @@ +-record(match, { + content :: binary(), + submatches :: list(gleam@option:option(binary())) +}). |