ListTree 0.2.1 → 0.2.2
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ListTree.cabal +1/−1
- src/Data/List/Tree.hs +1/−1
ListTree.cabal view
@@ -1,5 +1,5 @@ Name: ListTree-Version: 0.2.1+Version: 0.2.2 Category: Algorithms Synopsis: Trees and monadic trees expressed as monadic lists where the underlying monad is a list Description:
src/Data/List/Tree.hs view
@@ -1,4 +1,4 @@-{-# LANGUAGE FlexibleContexts, FlexibleInstances, UndecidableInstances #-}+{-# LANGUAGE FlexibleContexts, FlexibleInstances, TypeFamilies, UndecidableInstances #-} -- | Functions for iterating trees. -- A 'List' whose underlying monad is also a 'List' is a tree.