Bonjour, il y a apparamment un probleme de parsing des chaines dans la
fonction int_of_string : les espaces precedents (ou suivant) les nombres
ne sont pas eliminer. En revanche, il le sont dans la fonction
float_of_string :
# int_of_string " 5";;
Uncaught exception: Failure("int_of_string")
#float_of_string " 5";;
- : float = 5
(avec Ocaml 2.04)
Est-ce voulu ? Si oui, pourquoi avoir introduit cette difference ?
Hypocoristiquement,
Jym.
This archive was generated by hypermail 2b29 : Wed Mar 01 2000 - 18:09:55 MET