mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-05-04 10:43:48 +01:00
Merge fd0fe93c38
into 81565c6e6a
This commit is contained in:
commit
404a1605a7
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