magnus-- has quit [Read error: 110 (Connection timed out)]
_JusSx_ has quit [Client Quit]
_JusSx_ has joined #ocaml
Bigbang is now known as Bigb[a]ng
ski_ has joined #ocaml
ski has quit [Nick collision from services.]
ski_ is now known as ski
Bigb[a]ng is now known as Bigbang
benny has quit ["brb mouse is dead"]
kryptt has joined #ocaml
_fab has joined #ocaml
magnus-- has joined #ocaml
Snark has quit ["Leaving"]
Smerdy has joined #ocaml
Smerdyakov has quit [Nick collision from services.]
Smerdy is now known as Smerdyakov
ski_ has joined #ocaml
ski has quit [Nick collision from services.]
ski_ is now known as ski
joshcryer has quit [Connection timed out]
shirogane has joined #ocaml
shirogane has quit [Remote closed the connection]
Bigbang is now known as Bigb[a]ng
Bigb[a]ng is now known as Bigbang
kryptt has left #ocaml []
_fab has quit [Remote closed the connection]
shirogane has joined #ocaml
rq has quit ["Leaving"]
_JusSx_ has quit ["leaving"]
smimou has quit ["bli"]
menace has joined #ocaml
<menace>
in which library, there's a function like ord and chr? convert numbers to characters and reverse?
<Smerdyakov>
The Char module of the standard library
<menace>
yeah, i already see this in the book
<menace>
but i don't see, how i import "string.ml"
<Smerdyakov>
What is "string.ml"?
<menace>
in the interpreter
<menace>
the module
<Smerdyakov>
The standard library is always available.
<Smerdyakov>
You don't need to "import" it.
<menace>
ah, okay
bzzbzz has quit ["leaving"]
<menace>
although, i think, this is a dumb question, too, but how can i convert a string into a list of chars? i thought, String.iter function string could be an issue, but i cannot give the function access to the list in a pure functional way