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