Posts by Hugo • 41 points
3 posts
-
1
votes2
answers48
viewsQ: xmlhttprequest native function does not overwrite by passing user token in header
I’m having a hard time getting my function to overwrite the native xmlhttprequest function so that it always passes a header containing the user token that is contained in my Localstorage Currently…
-
0
votes0
answers114
viewsQ: Fold into a binary tree in Haskell
Hello, I am trying to define the foldTree function that receives a function and a binary polymorphic tree as parameters and returns the resulting value of accumulating the application of this…
-
3
votes1
answer1119
viewsQ: Concatenation of lists in Haskell eliminating repetitions
Hello, it’s been a few hours that I’m trying to make a function in Haskell that gives two lists and returns a new list Where this new list is the union of the other two lists but without repetitions…