Module
Erl.Data.Queue.Types
- Package
- erl-queue
- Repository
- id3as/purescript-erl-queue
#Queue Source
data Queue :: Type -> TypeInstances
(Show a) => Show (Queue a)(Eq a) => Eq (Queue a)Eq1 Queue(Ord a) => Ord (Queue a)Ord1 QueueSemigroup (Queue a)Monoid (Queue a)Functor QueueFoldable QueueUnfoldable1 QueueUnfoldable QueueTraversable QueueTraversableWithIndex Int QueueFoldableWithIndex Int QueueFunctorWithIndex Int QueueApply QueueApplicative QueueBind QueueMonad QueueAlt QueuePlus QueueAlternative QueueMonadPlus QueueCompactable QueueFilterable QueueWitherable Queue
#NonEmptyQueue Source
newtype NonEmptyQueue aConstructors
Instances
Newtype (NonEmptyQueue a) _(Eq a) => Eq (NonEmptyQueue a)(Ord a) => Ord (NonEmptyQueue a)(Show a) => Show (NonEmptyQueue a)Functor NonEmptyQueueApply NonEmptyQueueApplicative NonEmptyQueueBind NonEmptyQueueMonad NonEmptyQueueAlt NonEmptyQueueExtend NonEmptyQueueComonad NonEmptyQueueSemigroup (NonEmptyQueue a)Foldable NonEmptyQueueTraversable NonEmptyQueueFoldable1 NonEmptyQueueUnfoldable1 NonEmptyQueueFunctorWithIndex Int NonEmptyQueueFoldableWithIndex Int NonEmptyQueueTraversableWithIndex Int NonEmptyQueueTraversable1 NonEmptyQueue
- Modules
- Erl.
Data. Queue - Erl.
Data. Queue. Types