static <A> L<A> singleton(A a) {
  ret ll(a);
}