Browse thread
Fwd: Re: [Caml-list] The boon of static type checking
[
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: | Juancarlo_Añez <apalala@g...> |
| Subject: | String to list to string |
Why aren't there functions in the standard library to convert strings to lists of characters and back? Haskell treats strings as lists of chars by default. Juanco