aboutsummaryrefslogtreecommitdiff
path: root/aoc2023/build/packages/adglent/include/showtime@tests@should_IsError.hrl
blob: e9cabf3ac751efb626b362557ec8c222834cad25 (plain)
1
2
3
4
-record(is_error, {
    a :: {ok, any()} | {error, any()},
    meta :: gleam@option:option(showtime@tests@meta:meta())
}).