We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d55087 commit a47f30dCopy full SHA for a47f30d
1 file changed
src/chc/unbox.rs
@@ -42,6 +42,7 @@ fn unbox_pred(pred: Pred) -> Pred {
42
Pred::Known(pred) => Pred::Known(pred),
43
Pred::Var(pred) => Pred::Var(pred),
44
Pred::Matcher(pred) => unbox_matcher_pred(pred),
45
+ Pred::UserDefined(pred) => Pred::UserDefined(pred),
46
}
47
48
0 commit comments