Skip to content

Commit 2bfff27

Browse files
committed
fix
1 parent 08fdaed commit 2bfff27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ast/analyzing/common/triple.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ let make_real_literal r = make_literal ~ty:LT_real (string_of_float r)
8484
let minus_pat = Str.regexp_string "-"
8585

8686
let gen_blank_node() =
87-
let uuid = Uuidm.v4_gen (Random.get_state()) () in
87+
let uuid = Uuidm.v `V4 in
8888
let uuid_str = sprintf "u%s" (Uuidm.to_string ~upper:true uuid) in
8989
N_Blank (Str.global_replace minus_pat "x" uuid_str)
9090

0 commit comments

Comments
 (0)