I am using Core and Lwt together in a library I am working on. Core has good modules I'm familiar with and I'm more comfortable with Lwt threads.
Is this a common thing to do? Is there any strong reason not to do that and instead use, let's say, only Core or only Lwt+Batteries?