Question: Using haskell platform please 5. Write a function: firstSquares :: Int -> [Int] that gives a list of the first n squares (e.g. firstSquares 3

Using haskell platform please
5. Write a function: firstSquares :: Int -> [Int] that gives a list of the first n squares (e.g. firstSquares 3 = [1, 4, 9]). TT
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
