Skip to content
#

stack

Here are 2,472 public repositories matching this topic...

GoDS (Go Data Structures). Containers (Sets, Lists, Stacks, Maps, Trees), Sets (HashSet, TreeSet, LinkedHashSet), Lists (ArrayList, SinglyLinkedList, DoublyLinkedList), Stacks (LinkedListStack, ArrayStack), Maps (HashMap, TreeMap, HashBidiMap, TreeBidiMap, LinkedHashMap), Trees (RedBlackTree, AVLTree, BTree, BinaryHeap), Comparators, Iterators, Enumerables, Sort, JSON

  • Updated Apr 26, 2021
  • Go

📚 collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book

  • Updated Apr 19, 2021
  • TypeScript
fmehta
fmehta commented Mar 18, 2021

Which lsp-client do you use:
VS Code

Steps to reproduce

Type -- >>> head []in the editor and click on Evaluate...

Expected behaviour

Output:
*** Exception: Prelude.head: empty list
as in ghci.

Actual behaviour

Output:

-- Ambiguous type variable ‘f0’ 
-- prevents the constraint ‘(Show f0)’ from being solved.
-- Probable fix: use a type annotation to speci

Improve this page

Add a description, image, and links to the stack topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the stack topic, visit your repo's landing page and select "manage topics."

Learn more