Skip to content

Commit fefbd8c

Browse files
committed
Move polySyntax / recordExample into rescript-project
1 parent 5122c3b commit fefbd8c

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

examples/basic/src/polySyntax.res

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
let a = #normal
2+
3+
let b = #"exo-tic"
4+
5+
let c = #"legacy exo-tic"
6+
7+
let d = #732
8+
9+
let e = {RecordExample.User.name: "test"}

examples/basic/src/recordExample.res renamed to examples/rescript-project/src/recordExample.res

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ let doSomething = (u: User.t) => {
1313
let other = (r: Role.t) => {
1414
Js.log(r.roleName)
1515
}
16+
17+

0 commit comments

Comments
 (0)