Browse thread
toplevel + camlp4 question
- micha
[
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: | micha <micha-1@f...> |
| Subject: | toplevel + camlp4 question |
when using camlp4 in the toplevel (3.10) : #use "topfind";; #camlp4o;; then loading a sourcefile: #use "tst.ml";; it works. When loading it a second time: #use "tst.ml";; it gives: I/O error: Bad file descriptor without camlp4 reloading works endlessly :-) Is there a reason for this? cheers Michael