Copyright | (c) Nicolás Rodríguez 2021 |
---|---|
License | GPL-3 |
Maintainer | Nicolás Rodríguez |
Stability | experimental |
Portability | POSIX |
Safe Haskell | Safe |
Language | Haskell2010 |
Definition of the trees used at the type level for the type safe BST and AVL trees.
Documentation
data Tree :: Type where Source #
Tree definition for the type level. Type safe trees are indexed by
type trees of the kind `Tree
.