Current section
Files
Jump to
Current section
Files
include/graded@internal@types_EffectAnnotation.hrl
-record(effect_annotation, {
kind :: graded@internal@types:annotation_kind(),
function :: binary(),
params :: list(graded@internal@types:param_bound()),
effects :: graded@internal@types:effect_term()
}).