<p dir="ltr">I'd like to add a function</p>
<p dir="ltr">fromListReversing :: [a] -> Seq a</p>
<p dir="ltr">to Data.Sequence, with</p>
<p dir="ltr">fromListReversing<br>
  = reverse . fromList<br>
  = fromList . reverse</p>
<p dir="ltr">I don't know just what to call this function, however.</p>