We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2258d7d commit 0fbfc08Copy full SHA for 0fbfc08
model/prelude.sail
@@ -57,7 +57,7 @@ function cast_unit_vec b = match b {
57
bitone => 0b1
58
}
59
60
-val string_of_int = {c: "string_of_int", ocaml: "string_of_int", lem: "stringFromInteger", coq: "string_of_int"} : int -> string
+val string_of_int = {c: "string_of_int", ocaml: "string_of_int", interpreter: "string_of_int", lem: "stringFromInteger", coq: "string_of_int"} : int -> string
61
62
val BitStr = "string_of_bits" : forall 'n. bits('n) -> string
63
0 commit comments