Packages

Advent of code helper - automating setup of tests, solution template and problem input

Current section

Files

Jump to
adglent include showtime@tests@should_IsError.hrl
Raw

include/showtime@tests@should_IsError.hrl

-record(is_error, {
a :: {ok, any()} | {error, any()},
meta :: gleam@option:option(showtime@tests@meta:meta())
}).