Now, for the final part of the interview, please implement decreaseKey on a binomial heap in Haskell

Now, for the final part of the interview, please implement decreaseKey on a binomial heap in Haskell.
The definition of the heap is as follows
data BinomialTree a = Node a [BinomialTree a]
data BinomialHeap a = BinomialHeap [BinomialTree a]

Attached: 61wMWtAf32L._SX425_.jpg (425x412, 9K)

Do your own interview

are you google

maybe

I thank them for their time and leave.

>pull into parking lot for interview
>there's an ambulance
>guy in his early 20s is convulsing on a stretcher and being put in the back
>behind him two guys come out with a whiteboard
>it's a half-done fizzbuzz program
>towards the bottom it's nothing but red
>the top is blue marker
>realize the bottom half is blood
>they go to the side of the building, there's a powerwasher
>spray it down for a few seconds, dry if off, and wheel it back inside
>mfw

Attached: Nervous.png (811x767, 413K)

>data BinomialTree a = Node a [BinomialTree a]
infinite recursion user

Node a ( Node a ( Node a ( Node a ( Node a ( Node a ( Node a ( Node a (

Kek

this lol. I've actually done it and had a director of engineering call me a few hours later asking what went wrong

>Haskell