Skip to content

Commit 88782a0

Browse files
Update for review
1 parent 4c69453 commit 88782a0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,6 @@ instance debuggable_pair (#a:Type) (#b:Type) (x: t_Debug a) (y: t_Debug b): t_De
6363
| Core.Result.Result_Err e -> (fmt_a, result_a));
6464
}
6565

66+
/// Default empty implementation, used for lax-checking
6667
[@FStar.Tactics.Typeclasses.tcinstance]
6768
val derive_debug (#t: Type) : t_Debug t

hax-lib/proof-libs/fstar/core/Core.Str.Iter.fsti

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ type t_Split (pattern: Type)
77
/// Basic implementations
88

99
[@FStar.Tactics.Typeclasses.tcinstance]
10-
val impl_t_split_any (#t:Type): (t_Split Rust_primitives.Char.char)
10+
val impl_t_split_char: (t_Split Rust_primitives.Char.char)

0 commit comments

Comments
 (0)