Browse thread
Notes from testing OCaml 3.11.0+beta1 on Fedora
-
Richard Jones
- Stéphane Glondu
- Jacques Carette
[
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: | Jacques Carette <carette@m...> |
| Subject: | Re: [Caml-list] Notes from testing OCaml 3.11.0+beta1 on Fedora |
Richard Jones wrote: > ocaml-pa-monad > ------------------------------ > > Stricter module naming restrictions in 3.11: > > ocamlc -warn-error AX -g -pp 'camlp4orf -I . pa_monad.cmo' -c pythagorean-triples.ml > File "pythagorean-triples.ml", line 1, characters 0-1: > Warning X: bad source file name: "Pythagorean-triples" is not a valid module name. > File "pythagorean-triples.ml", line 1, characters 0-1: > Error: Error-enabled warnings (1 occurrences) > We are just about to release a new version of pa-monad which will fix this problem. Jacques