Browse thread
[Caml-list] Calling a function with a self-defined type as argument
[
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: | 2002-08-22 (23:53) |
From: | Pixel <pixel@m...> |
Subject: | Re: [Caml-list] Calling a function with a self-defined type as argument |
Dimitri Ara <dimitri@nerim.net> writes: > > let _ = x Line( "reuruhjf" ) ;; > > This last one does not work: => "This function is applied to too many arguments" has it been considered adding a syntactical rule disallowing/warning expr1 expr2( ... ) when there is no space better "expr2" and "(" ?? This exception in the syntax may be ugly, but useful! or is this syntax used? at least not in the code I tested (including ocaml source): % perl -ne 'print "$ARGV: $_" if /(\w+)\s+\w+\(/ && $1 !~ /^(let|with|in|if|then|else|match|function|try|do|module|begin)$/' `find -name "*.ml"` ... (only matching lines are comments) ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners