Browse thread
New to Ocaml
- chaithanya kr
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | chaithanya kr <krc.cse@g...> |
| Subject: | New to Ocaml |
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