We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6052a52 commit 41e06a1Copy full SHA for 41e06a1
1 file changed
rocq-skylabs-brick/theories/lang/cpp/logic/expr.v
@@ -610,7 +610,7 @@ Module Type Expr.
610
Definition wp_init_binop_floating_spaceship_body ty f
611
(a b : float_type.car f) (addr : ptr) (free : FreeTemps.t) Q : mpred :=
612
wp_init_comparison_category_from_global std_partial_ordering
613
- (fun cls => partial_ordering_result_name cls (float_value.value_compare f a b))
+ (fun cls => partial_ordering_result_name cls (float_value.value_compare a b))
614
ty addr free Q.
615
616
0 commit comments