export function firstQuadOfList(store: Store, listEntry: Node): Quadruple | undefined {
  return orderedElementsOfList(store, listEntry)[0];
}