Discover a wealth of knowledge at Westonci.ca, where experts provide answers to your most pressing questions. Find reliable answers to your questions from a wide community of knowledgeable experts on our user-friendly Q&A platform. Our platform provides a seamless experience for finding reliable answers from a network of experienced professionals.

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.