I have a function with a type like this:
functionX :: [String] -> ([Integer] -> [Integer])
This is similar to a mapping function that matches a specific string for a function to a type. Because I need to process the call function X [], which, it seems to me, returns this call, called the identification function, or something else, how can I write it?
source
share