typechecker
Here are 67 public repositories matching this topic...
-
Updated
Dec 12, 2020 - Python
-
Updated
Dec 12, 2020 - OCaml
-
Updated
Jul 13, 2020 - F#
-
Updated
Dec 10, 2020 - OCaml
-
Updated
Nov 8, 2019 - Python
-
Updated
Dec 6, 2020 - Rust
-
Updated
Nov 10, 2020 - TypeScript
-
Updated
Dec 12, 2020 - Elixir
-
Updated
Oct 18, 2019 - Java
-
Updated
Nov 22, 2020 - Rust
-
Updated
Jun 12, 2020 - Ruby
-
Updated
Apr 14, 2011 - Haskell
-
Updated
Dec 6, 2020 - TypeScript
-
Updated
Dec 10, 2020 - TypeScript
Free type variables
Handle types with free variables
Check function arity
-
Updated
Nov 30, 2020 - C++
-
Updated
Jun 30, 2019 - Idris
-
Updated
Apr 8, 2020 - Python
-
Updated
Aug 14, 2019 - C++
-
Updated
Jul 14, 2018 - Haskell
-
Updated
Aug 8, 2020 - Haskell
-
Updated
Mar 29, 2018 - Haskell
-
Updated
Mar 28, 2017 - Haskell
-
Updated
Nov 5, 2020 - Python
Improve this page
Add a description, image, and links to the typechecker topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the typechecker topic, visit your repo's landing page and select "manage topics."


TypeScript Version: 4.1.0-beta
Search Terms: string.replace
Code
Expected behavior: It should replace all occurrences of 'apple'
Actual behavior: It is replacing only the first occurrence of 'apple'.
Either correct the IntelliSense doc or fix the replace function. Please find t