Question: a and b please in standard ML a). Write a function of type string -> string that returns the string Hello, Name! , where Name

a and b please in standard ML
a). Write a function of type string -> string that returns the string "Hello, Name!", where Name is the given input string.
b). Write a function permute of type a list -> a list whose output list is the same as the input list, but with the first two elements of the list swapped. For example: permute ([1,2,3,4]) should return [2,1,3,4] or permute([a,b,c]) should return [b,a,c].

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!