Skip to content

Commit 3ca0166

Browse files
committed
Gentype example: String.t -> string (preparation for Core)
1 parent 5773203 commit 3ca0166

File tree

1 file changed

+1
-1
lines changed
  • tests/gentype_tests/typescript-react-example/src/nested

1 file changed

+1
-1
lines changed

tests/gentype_tests/typescript-react-example/src/nested/Types.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ type opaqueVariant =
4949
| A
5050
| B
5151

52-
@genType let stringT: String.t = "a"
52+
@genType let stringT: string = "a"
5353

5454
@genType let jsStringT: Js.String.t = "a"
5555

0 commit comments

Comments
 (0)