This commit is contained in:
G. van Dorland 2025-03-07 11:13:35 -06:00 committed by GitHub
commit 0c9d466507
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 =