In this problem you have to implement several functions in Haskell. You do not need to ask permission to write auxiliary functions, of course you can!
Scoring
Each function scores 20 points.
Input
absValue (-666) power 2 3 isPrime 17 slowFib 5 quickFib 40
Output
666 8 True 5 102334155