ContentsIndex
Costack
Documentation
data Costack a
show/hide Instances
Ord IForm
Ord ILine
Display IForm
Eq a => Eq (Costack a)
Read a => Read (Costack a)
Show a => Show (Costack a)
fromList :: [a] -> Costack a
toList :: Costack a -> [a]
cons :: a -> Costack a -> Costack a
cocons :: Costack a -> a -> Costack a
head :: Costack a -> a
tail :: Costack a -> Costack a
isEmpty :: Costack a -> Bool
empty :: Costack a
singleton :: a -> Costack a
append :: Costack a -> Costack a -> Costack a
concat :: [Costack a] -> Costack a
merge :: Costack (Costack a) -> Costack a
length :: Costack a -> Int
map :: (a -> b) -> Costack a -> Costack b
foldr :: (a -> b -> b) -> b -> Costack a -> b
take :: Int -> Costack a -> Costack a
filter :: (a -> Bool) -> Costack a -> Costack a
sort :: Ord a => Costack a -> Costack a
strictSort :: Ord a => Costack a -> Costack a
sorted :: Ord a => Costack a -> Bool
strictSorted :: Ord a => Costack a -> Bool
Produced by Haddock version 2.4.2