caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* right-associating infix application operator camlp4 extension
@ 2005-08-06 23:03 Quôc Peyrot
  2005-08-07  8:23 ` [Caml-list] " Christian Lindig
  2005-08-10  6:21 ` osiire
  0 siblings, 2 replies; 8+ messages in thread
From: Quôc Peyrot @ 2005-08-06 23:03 UTC (permalink / raw)
  To: caml-list

Hello,
Is there any existing camlp4 extensions to define a $ haskell-like  
operator?

example:
f x $ y z would be equivalent to f x (y z)
or
print_endline $ string_of_int x would be equivalent to print_endline  
(string_of_int x)

Thanks,

-- 
Best Regards,
Quôc


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

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

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-06 23:03 right-associating infix application operator camlp4 extension Quôc Peyrot
2005-08-07  8:23 ` [Caml-list] " Christian Lindig
2005-08-10  6:21 ` osiire
2005-08-10  7:38   ` Jean-Marie Gaillourdet
2005-08-10  7:50     ` David MENTRE
2005-08-11  3:04       ` Quôc Peyrot
2005-08-11  4:50         ` Stephane Glondu
2005-08-11 10:41         ` Christian Lindig

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).