Add copyright notices and new function String.chomp
[ocaml.git] / camlp4 / examples / apply_operator_test.ml
blob07ca329f67a669a1d724d836e8865fe5a035a871
1 let ( & ) = ();; (* To force it to be inlined. If not it's not well typed. *)
3 fun f g h x -> f& g& h x