@hackage fixplate0.1.6
Uniplate-style generic traversals for optionally annotated fixed-point types.
Installation
Dependencies (3)
- QuickCheck >2.4
- base >=4 && <5
- containers Show all…
Dependents (3)
@hackage/acme-everything, @hackage/compdata-fixplate, @hackage/swearjure
Package Flags
withquickcheck
(off by default)
Compile with the QuickCheck tests.
withutils
(on by default)
Include utility modules
Uniplate-style generic traversals for fixed-point types, which can be
optionally annotated with attributes. We also provide recursion schemes,
a generic zipper, generic pretty-printer, generic tries, generic hashing,
and generic tree visualization. See the module Data.Generics.Fixplate and
then the individual modules for more detailed information.