Browse thread
ocamlbuild and automatic dependencies
[
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: | 2007-03-14 (20:57) |
From: | Alain Frisch <Alain.Frisch@i...> |
Subject: | Re: [Caml-list] ocamlbuild and automatic dependencies |
skaller wrote: > That links fine -- why would you expect introducing > an alias to change the compilation requirements? Just in case: there is no such thing as module aliasing in OCaml (for a decent definition of aliasing). In particular, after writing "module A = B", it is not always valid to replace occurrences of B with occurrences of A. -- Alain