export function of<A>(elem: A): A[] {
  return [elem];
}
