
1 Sep
2016
1 Sep
'16
1:32 p.m.
I'd like to add a function fromListReversing :: [a] -> Seq a to Data.Sequence, with fromListReversing = reverse . fromList = fromList . reverse I don't know just what to call this function, however.