Opening Core_kernel or Base bring the type aliases sexp_{list,bool,array,option} to {list,bool,array,option} into scope, which infamously infect OCaml tooling (merlin, utop) and confuse newcomers. See also janestreet/base#39.
ppx_sexp_conv already supports attributes that supersede the old type names. So we should encourage users to switch to attributes and fix the original problem by moving the type aliases out of Core_kernel and Base (maybe to a submodule?).