Current section
Files
Jump to
Current section
Files
include/gleamgen@expression@case__CaseExpression.hrl
-record(case_expression, {
input_expression :: gleamgen@expression:expression(any()),
cases :: list({gleamgen@matcher:matcher(gleamgen@types:unchecked(), gleamgen@types:unchecked()),
gleamgen@expression:expression(any())})
}).