repo.or.cz
/
sqlgg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tweak
[sqlgg.git]
/
operators.ml
blob
6fa9608664dbf47ee892367095a67ad77f676215
1
(* $Id$ *)
2
3
let
(&)
f g
=
function
x
->
f
(
g x
)
4
let
(>>)
x f
=
f x