| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Math.TreeFun.Types
Description
Collects all types used in the program
Documentation
data PropertySuperTree a b Source
Constructors
| PropertySuperTree | |
Fields
| |
type PropertyMap a b = Map a (Seq b) Source
type MaybePropertyMap a b = Map a (Maybe (Seq b)) Source