Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

functional programming in haskell 3. (a) What is the type of the following unknown4 function? Give the most general type and include any required class

functional programming in haskell

3. (a) What is the type of the following unknown4 function? Give the most general type and include any required class constraints (to the best of your knowledge).

> unknown4 ys = not . any (`elem` ys)

(The function any from the prelude is shown at the bottom of this page.)

(b) Give a simple description of what the unknown4 function in part (a) does. Describe what it does, not how it works.

returns true if the list contains an item equal to the first argument

(c) Give a non-trivial test case of the unknown4 function applied to two arguments and show the expected results.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Advances In Spatial Databases 2nd Symposium Ssd 91 Zurich Switzerland August 1991 Proceedings Lncs 525

Authors: Oliver Gunther ,Hans-Jorg Schek

1st Edition

3540544143, 978-3540544142

More Books

Students also viewed these Databases questions

Question

Which of the dollowing best deacribes the role of W 3 C ?

Answered: 1 week ago