We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e89195 + 2bfff27 commit 1429959Copy full SHA for 1429959
src/ast/analyzing/common/triple.ml
@@ -84,7 +84,7 @@ let make_real_literal r = make_literal ~ty:LT_real (string_of_float r)
84
let minus_pat = Str.regexp_string "-"
85
86
let gen_blank_node() =
87
- let uuid = Uuidm.v4_gen (Random.get_state()) () in
+ let uuid = Uuidm.v `V4 in
88
let uuid_str = sprintf "u%s" (Uuidm.to_string ~upper:true uuid) in
89
N_Blank (Str.global_replace minus_pat "x" uuid_str)
90
0 commit comments