Combinators are ways of combining things
A very robust and useful definition that is.A very simple combinator you may have heard of is function composition:
ie. f(x) composed (∘) g(x) is a new function h(x) = f(g(x))
There is however many many more combinators though, and they are very easy to fall in love with too! (because they are often named after birds )