Question: 2. Given the following F# script, answer the questions. let throw AwayFirstInput x y = y let add x y = x + y

2. Given the following F# script, answer the questions. let throwAwayFirstInput x y = y let add x y = x + y

2. Given the following F# script, answer the questions. let throw AwayFirstInput x y = y let add x y = x + y let z = add 10 (throwAwayFirstInput "this is a string" 5) 1. What is the function signature of throwAwayFirstlnput? 2. What is the function signature of add? 3. What is the type of z? Why?

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

In the given F script you have two functions throwAwayFirstInput and add Lets address each question ... View full answer

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 Programming Questions!