Skip to main content

Module inspect_obligations

Module inspect_obligations 

Source
Expand description

A utility module to inspect currently ambiguous obligations in the current context.

Structsยง

FindFromFloatForF32RootVids ๐Ÿ”’
NestedObligationsForSelfTy ๐Ÿ”’

Enumsยง

UseSubtyping ๐Ÿ”’
Whatever to use subtyping or not when inspecting obligations

Constantsยง

MAX_DEPTH_FOR_OBLIGATIONS_VISITORS ๐Ÿ”’
Using an intentionally low depth to minimize the chance of future breaking changes in case we adapt the approach later on. This also avoids any hangs for exponentially growing proof trees.