Question: Using notepad++ and winGHCi page please List patterns 1. Write a function: headPlusOne :: [Int] => Int which returns the first element plus one for

 Using notepad++ and winGHCi page please List patterns 1. Write a

Using notepad++ and winGHCi page please

List patterns 1. Write a function: headPlusOne :: [Int] => Int which returns the first element plus one for a non-empty list, and 0 for an empty list. (e.g. headPlusOne [5,7,2,4] = 6.) 2. Write a polymorphic function: duplicateHead :: [a] -> [a] which adds an extra copy of the first element at the beginning of the list (or returns [] for an empty list). (For example, duplicateHead (5,7] = [5,5,7].)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!