This commit is contained in:
G. van Dorland 2025-04-26 15:19:22 +10:00 committed by GitHub
commit 404a1605a7
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -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 =