typechecker
Here are 67 public repositories matching this topic...
-
Updated
Nov 12, 2020 - Python
-
Updated
Nov 13, 2020 - OCaml
-
Updated
Jul 13, 2020 - F#
-
Updated
Nov 8, 2019 - Python
-
Updated
Nov 10, 2020 - Rust
mix plugin
Right now to be able to use caramelc in an Erlang or Elixir project, we sort of have to manually invoke it in the right place and then also compile the caramel stdlib erlang sources and make sure its available. An entire dance.
It'd be useful to have a mix plugin to see what the interop from the Elixir side feels like so that we can just create a new mix project, and if you have caramel ava
-
Updated
Nov 10, 2020 - TypeScript
-
Updated
Oct 22, 2020 - Elixir
-
Updated
Oct 18, 2019 - Java
-
Updated
Oct 3, 2020 - Rust
-
Updated
Jun 12, 2020 - Ruby
-
Updated
Apr 14, 2011 - Haskell
-
Updated
Nov 8, 2020 - TypeScript
-
Updated
Nov 11, 2020 - TypeScript
Free type variables
Handle types with free variables
Check function arity
-
Updated
Jun 30, 2019 - Idris
-
Updated
Apr 8, 2020 - Python
-
Updated
Aug 14, 2019 - C++
-
Updated
Nov 10, 2020 - C++
-
Updated
Jul 14, 2018 - Haskell
-
Updated
Mar 29, 2018 - Haskell
-
Updated
Mar 28, 2017 - Haskell
-
Updated
Aug 8, 2020 - 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