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 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
In the given F script you have two functions throwAwayFirstInput and add Lets address each question ... View full answer
Get step-by-step solutions from verified subject matter experts
