mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-04-05 02:50:59 +01:00
Merge fd0fe93c38
into 12a39c3fdb
This commit is contained in:
commit
0c9d466507
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ type MyOverloadedFunction = unknown
|
||||||
& ((number) -> string)
|
& ((number) -> string)
|
||||||
```
|
```
|
||||||
|
|
||||||
OCaml and TypeScript supports this same syntax:
|
OCaml and TypeScript support this same syntax:
|
||||||
|
|
||||||
```ocaml
|
```ocaml
|
||||||
type 'a tree =
|
type 'a tree =
|
||||||
|
|
Loading…
Add table
Reference in a new issue