gen_cxx: use callbacks to iterate rowset
[sqlgg.git] / operators.ml
blob6fa9608664dbf47ee892367095a67ad77f676215
1 (* $Id$ *)
3 let (&) f g = function x -> f (g x)
4 let (>>) x f = f x