Skip to content

Commit 0fbfc08

Browse files
committed
add interpreter extern for string_of_int
1 parent 2258d7d commit 0fbfc08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model/prelude.sail

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function cast_unit_vec b = match b {
5757
bitone => 0b1
5858
}
5959

60-
val string_of_int = {c: "string_of_int", ocaml: "string_of_int", lem: "stringFromInteger", coq: "string_of_int"} : int -> string
60+
val string_of_int = {c: "string_of_int", ocaml: "string_of_int", interpreter: "string_of_int", lem: "stringFromInteger", coq: "string_of_int"} : int -> string
6161

6262
val BitStr = "string_of_bits" : forall 'n. bits('n) -> string
6363

0 commit comments

Comments
 (0)