haskell
Define the following Haskell functions. Always include the function signature. Note: the marks displayed sum up to 100) 1. is_ square. Define a function is_square that takes an integer (positive) and returns True if the number is the square of an integer number. DO NOT use the SORT function. 2. freq_letter_pc [6] Define a function …