Changelog for list1-0.0.2
Revision history for list1
0.0.2 -- 2024-08-10
- function
(?:) :: Maybe (List1 x) -> x -> List1 xreminiscent ofpattern (:?) - renamed
onList1 -> ifList1,nE -> has01 - new function
whenList1 :: (Monad m) => [x] -> (List1 x -> m ()) -> m () - fix
scanl,scanl',scanl1,scanl1',scanr,scanr1 - fix
intersect,intersectOn,intersectBy initsimplementation localized- more explicit recursion
0.0.1
- rename package to
list1 - rename
pattern Lluntopattern Sole
0.0.0 -- 2023-03-26
type Llun = NonEmpty