Browse thread
Infix function composition operator
- Arlen Christian Mart Cuss
[
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: | 2010-11-10 (03:19) |
From: | Arlen Christian Mart Cuss <arlen@n...> |
Subject: | Infix function composition operator |
Hi all, I know this was asked at least 12 years ago[1], but is there any consensus or reason for there not being a "compose" function in standard OCaml, nor an infix operator? At the moment I tend to "let compose" or "let (<<-) f g x = f (g x)", but I wish I didn't have to! Thanks, Arlen [1] http://webcache.googleusercontent.com/search?q=cache:TcqI7o37il8J:pauillac.inria.fr/caml/caml-list/0720.html+ocaml+function+compose&cd=2&hl=en&ct=clnk&client=ubuntu