Skip to content

Commit 61b02d9

Browse files
committed
RescriptPervasives
This now seems to work fine on reanalyze tests.
1 parent 36913a2 commit 61b02d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jscomp/gentype/ModuleName.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
type t = string
22

33
let curry = "Curry"
4-
let rescriptPervasives = "ReasonPervasives"
4+
let rescriptPervasives = "RescriptPervasives"
55
let dotRegex = "." |> Str.quote |> Str.regexp
66
let lbracketRegex = "[" |> Str.quote |> Str.regexp
77
let rbracketRegex = "]" |> Str.quote |> Str.regexp

0 commit comments

Comments
 (0)