Warning: session_start(): open(/var/lib/php/sessions/sess_lpap01al15c8q1sfb6e74kcivo, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
static , B>>, B> JTree jDynamicEitherTree(A root, O... _) {
ret jDynamicTree(
(Either) (Either) eitherA(root),
x -> {
if (!isEitherA(x)) null; // leaves have no children
Either, B> result = eitherAOpt(x)!;
ret (Cl>)
(isEitherA(result) ? map eitherA(eitherGetA(result)) : ll(eitherBOpt(result)));
}, _);
}