Hi all. I am new to Ocaml. Just started learning recently.

I was studying lists in ocaml. In that, suppose there is a list by name singly_list, then by saying "List.length singly_list;;" I will get the length of the linked list.

Similarly can anyone tell me as to how to sort a linked list using the 'sort' function? Please give me an example of using List.sort.

Thank you

Bye
Chaitanya