Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Judgment resolve_rigid at crates/formality-rust/src/codegen/mod.rs:393

Signature:

resolve_rigid(cfn: CodegenFn, scope: CodegenScope, ty: Ty,) => RigidTy

The number on each rule’s conclusion is positive coverage; the number on each premise is negative coverage. Click a number to browse the tests.

resolve
LineCoverageSource
402(prove_ty_is_rigid(
&cfn.typeck_env,
&cfn.assumptions,
&scope.flow_state,
ty,
) => (rigid_ty, returned_state))
408N/A(let () = assert_no_constraints(returned_state))
──────── ("resolve")
410(resolve_rigid(cfn, scope, ty) => rigid_ty)