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 4c69453 commit 88782a0Copy full SHA for 88782a0
hax-lib/proof-libs/fstar/core/Core.Fmt.fsti
@@ -63,5 +63,6 @@ instance debuggable_pair (#a:Type) (#b:Type) (x: t_Debug a) (y: t_Debug b): t_De
63
| Core.Result.Result_Err e -> (fmt_a, result_a));
64
}
65
66
+/// Default empty implementation, used for lax-checking
67
[@FStar.Tactics.Typeclasses.tcinstance]
68
val derive_debug (#t: Type) : t_Debug t
hax-lib/proof-libs/fstar/core/Core.Str.Iter.fsti
@@ -7,4 +7,4 @@ type t_Split (pattern: Type)
7
/// Basic implementations
8
9
10
-val impl_t_split_any (#t:Type): (t_Split Rust_primitives.Char.char)
+val impl_t_split_char: (t_Split Rust_primitives.Char.char)
0 commit comments