Browse thread
jabbr
-
Paul Argentoff
-
Juancarlo_Añez
-
Alex Baretta
-
Juancarlo_Añez
- Marcin 'Qrczak' Kowalczyk
-
Juancarlo_Añez
- Olivier Andrieu
-
Alex Baretta
-
Juancarlo_Añez
[
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: | 2005-02-10 (20:55) |
From: | Marcin 'Qrczak' Kowalczyk <qrczak@k...> |
Subject: | Re: [Caml-list] Newbe question: Strings <-> char lists |
Juancarlo Añez <juanca@suigeneris.org> writes: > | As far as I now, Haskell actually implements strings as > | lists of characters, > > I'm pretty sure that Haskell lets you *treat* strings as list of > characters, yet provides an efficient implementation of strings > underneath. No, it's really a lazy list of characters underneath. There are non-standard extensions, packed strings, but they a separate type. -- __("< Marcin Kowalczyk \__/ qrczak@knm.org.pl ^^ http://qrnik.knm.org.pl/~qrczak/