We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2125136 commit b4084b5Copy full SHA for b4084b5
verification/dependencies/fmt/fmt.gobra
@@ -23,7 +23,7 @@ preserves forall i int :: { &v[i] } 0 <= i && i < len(v) ==> acc(&v[i], R55)
23
// The following precondition cannot be adequately captured in Gobra.
24
// preserves forall i int :: 0 <= i && i < len(v) ==> definitions.IsOfPrimitiveType(v[i])
25
decreases _
26
-func Sprintf(format string, v ...interface{}) (res string)
+func Sprintf(format string, v ...interface{}) string
27
28
type Stringer interface {
29
pred Mem()
0 commit comments