ocaml-gist
ocaml-gist copied to clipboard
Autocomplete works incorrectly for: `List.iter2`
When moving from List.iter to List.iter2, the autocomplete suggestions are not reduced to only the iter2.This is because the gist tool uses syntax errors as a hint to show the suggestions.