pub(crate) fn check_constant_expr(
genv: GlobalEnv<'_, '_>,
owner: OwnerId,
expr: &Expr<'_>,
sort: &Sort,
) -> Result<WfckResults, ErrorGuaranteed>
pub(crate) fn check_constant_expr(
genv: GlobalEnv<'_, '_>,
owner: OwnerId,
expr: &Expr<'_>,
sort: &Sort,
) -> Result<WfckResults, ErrorGuaranteed>