Skip to content

Commit 6bc0c4e

Browse files
committed
chore(proof-libs): impl disambugator change because of rustc
1 parent 29aedf2 commit 6bc0c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hax-lib/proof-libs/fstar/core/Core.Fmt.Rt.fsti

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ val impl_1__new_debug (#t:Type0) (x: t): t_Argument
77
val impl_4__new_v1_formatted (#t:Type0) (x: t) : t_Argument
88
val impl_1__new_binary (#t:Type0) (x: t) : t_Argument
99
val impl_1__new_lower_hex (#t:Type0) (x: t) : t_Argument
10-
val impl_2__new_const (#t:Type0) (#u:Type0) (xconst: t) (yconst: u): t_Argument
10+
val impl_1__new_const (#t:Type0) (#u:Type0) (xconst: t) (yconst: u): t_Argument
1111
val impl_1__new_v1 (#t1:Type0) (#t2:Type0) (#t3:Type0) (#t4:Type0)
1212
(x1: t1) (x2: t2) (x3: t3) (x4: t4) : t_Argument
1313
val impl__new_display (#t:Type0) (x: t): t_Argument

0 commit comments

Comments
 (0)