Skip to content

Commit 57126c9

Browse files
authored
Merge pull request #188 from FullyNonlinear/main
Display matched rules in more proof paths
2 parents 3d53247 + 66f36f8 commit 57126c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/formality-core/src/judgment.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ macro_rules! push_rules {
240240

241241
(@match $conclusion_name:ident inputs() patterns() args(@body ($judgment_name:ident; $n:literal; $v:expr; $output:expr); $inputs:tt; $($m:tt)*)) => {
242242
tracing::trace_span!("matched rule", rule = $n, judgment = stringify!($judgment_name)).in_scope(|| {
243+
tracing::debug!("matched rule {:?}", $n);
243244
$crate::push_rules!(@body ($judgment_name, $n, $v, $output); $inputs; 0; $($m)*);
244245
});
245246
};

0 commit comments

Comments
 (0)