ML function

  Write a recursive ML function that uses pattern matching with name/type optconcat : char option list -> string that inputs a list of char options, and returns a single string consisting of all characters on the list concatenated together while ignoring any instances of NONE. For example, - optconcat([SOME #"b",NONE,SOME #"o",SOME #"o",NONE]); val it = "boo" : string - optconcat([NONE,NONE]); val it = "" : string

Unlock Your Academic Potential with Our Expert Writers

Embark on a journey of academic success with Legit Writing. Trust us with your first paper and experience the difference of working with world-class writers. Spend less time on essays and more time achieving your goals.

Order Now