Westonci.ca is the premier destination for reliable answers to your questions, brought to you by a community of experts. Connect with a community of experts ready to help you find solutions to your questions quickly and accurately. Get detailed and accurate answers to your questions from a dedicated community of experts on our Q&A platform.

define a haskell function sum my nested that takes a list of mynested values and it returns the sum of all parameter values of myitem and myarray values. since the parameter of myarray is a list of mynested values, it should recursively add all parameter values in that list. the function should return the overall sum as an int value.