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