pub fn lka_eval_parts( strict: bool, expr: &str, cb: &mut dyn FnMut(Ctr, &[u8]) -> bool, scope: &dyn LkEnv, ) -> LkResult<bool>