diff options
Diffstat (limited to 'aoc2023/build/packages/gap/include/gap@styling_Part.hrl')
-rw-r--r-- | aoc2023/build/packages/gap/include/gap@styling_Part.hrl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/aoc2023/build/packages/gap/include/gap@styling_Part.hrl b/aoc2023/build/packages/gap/include/gap@styling_Part.hrl deleted file mode 100644 index db45796..0000000 --- a/aoc2023/build/packages/gap/include/gap@styling_Part.hrl +++ /dev/null @@ -1,5 +0,0 @@ --record(part, { - acc :: binary(), - part :: list(any()), - highlight :: fun((binary()) -> binary()) -}). |