-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
status: needs more infoThis issue needs more info before any action can be done.This issue needs more info before any action can be done.
Description
The Semigroup
instance and append
in #30 are implemented as foldl snoc
that appends successive elements from the CatQueue
on the right. In most cases, that's probably what you'd want. One could also implement a prepend as a reverse
and foldl cons
of elements from the left CatQueue
.
Metadata
Metadata
Assignees
Labels
status: needs more infoThis issue needs more info before any action can be done.This issue needs more info before any action can be done.