diff options
Diffstat (limited to 'aoc2023/build/packages/gap/include/gap@comparison_Match.hrl')
-rw-r--r-- | aoc2023/build/packages/gap/include/gap@comparison_Match.hrl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aoc2023/build/packages/gap/include/gap@comparison_Match.hrl b/aoc2023/build/packages/gap/include/gap@comparison_Match.hrl new file mode 100644 index 0000000..f1225dd --- /dev/null +++ b/aoc2023/build/packages/gap/include/gap@comparison_Match.hrl @@ -0,0 +1 @@ +-record(match, {item :: any()}). |