pub fn install_cons_list_lib(cx: &mut Cx) -> Result<()>Expand description
Registers the ConsBackend in the list registry and loads
ConsListLib, making cons-cell lists available to cx.
Idempotent: returns early if the list/cons lib is already present.