caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* A feature wish on Toplevel directives.
@ 2005-11-01 16:31 sejourne_kevin
  2005-11-08 16:56 ` [Caml-list] " Eric Stokes
  0 siblings, 1 reply; 3+ messages in thread
From: sejourne_kevin @ 2005-11-01 16:31 UTC (permalink / raw)
  To: caml-list

Hello,


Here an example of what is a problem to me:
.-------------------------------------------
|         Objective Caml version 3.08.3
|
| # let p = read_line()^".ml";;
| printer
| val p : string = "printer.ml"
| # #use p;;
| Wrong type of argument for directive `use'.
| #
`-------------------------------------------

Because 'p' has the type 'string', it seemed to me natural that '#use p' 
would be an equivalent to '#use "printer.ml"'. Naturally, in this cases, 
I do not want to use DynLink because all the definitions would be hidden.


regards.

	

	
		
___________________________________________________________________________ 
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger 
Téléchargez cette version sur http://fr.messenger.yahoo.com


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-11-08 18:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-01 16:31 A feature wish on Toplevel directives sejourne_kevin
2005-11-08 16:56 ` [Caml-list] " Eric Stokes
2005-11-08 18:41   ` sejourne_kevin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).