Packages

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

Current section

Files

Jump to
adglent include showtime@internal@common@test_result_LetAssert.hrl
Raw

include/showtime@internal@common@test_result_LetAssert.hrl

-record(let_assert, {
module :: binary(),
function :: binary(),
line_no :: integer(),
message :: binary(),
value :: gleam@dynamic:dynamic_()
}).