Current section

Files

Jump to
caffeine_lang include caffeine_lang@frontend@ast_Guarantees.hrl
Raw

include/caffeine_lang@frontend@ast_Guarantees.hrl

-record(guarantees, {
threshold :: float(),
below :: gleam@option:option(caffeine_lang@frontend@ast:duration_literal()),
window :: caffeine_lang@frontend@ast:duration_literal(),
measured_by :: gleam@option:option(caffeine_lang@frontend@ast:measured_by())
}).