Skip to content

Commit

Permalink
remove OS.format
Browse files Browse the repository at this point in the history
  • Loading branch information
nikswamy committed Dec 5, 2023
1 parent da0bff7 commit ad86e43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 1 addition & 4 deletions src/3d/OS.fsti
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,4 @@ val write_witness_to_file: list int -> string -> FStar.All.ML unit

(* Moved here to break dependency cycle *)

val int_of_string (x:string) : FStar.All.ML int


val format (fmt:string) (args:list string) : FStar.All.ML string
val int_of_string (x:string) : FStar.All.ML int
4 changes: 1 addition & 3 deletions src/3d/ocaml/OS.ml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,4 @@ let write_witness_to_file w filename =
w
)

let int_of_string x = Z.of_string x

let format fmt args = FStar_Compiler_Util.format fmt args
let int_of_string x = Z.of_string x

0 comments on commit ad86e43

Please sign in to comment.