What is the type F# would infer for this function? let rec myFun L1 L2 = match L1 with | | -> L2 | e:[] -> let first::rest = L2 %3D rest | e:rest -> let e2::rest2 = L2 myFun rest rest2 Your answer...


What is the type F# would infer for this function?<br>let rec myFun L1 L2 =<br>match L1 with<br>| | -> L2<br>| e:[] -> let first::rest = L2<br>%3D<br>rest<br>| e:rest -> let e2::rest2 = L2<br>myFun rest rest2<br>Your answer should be in the format<br>

Extracted text: What is the type F# would infer for this function? let rec myFun L1 L2 = match L1 with | | -> L2 | e:[] -> let first::rest = L2 %3D rest | e:rest -> let e2::rest2 = L2 myFun rest rest2 Your answer should be in the format

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here