Copyright | (c) 2008 Utrecht University |
---|---|
License | All rights reserved |
Maintainer | stefan@cs.uu.nl |
Stability | provisional |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell98 |
A straightforward implementation of the ATerm format for exchanging tree-structured data; see
- Mark van den Brand, Hayco de Jong, Paul Klint, and Pieter A. Olivier. Efficient annotated terms. Software - Practice and Experience (SPE), 30(3):259-291, 2000.
The ATerm
type
Terms.
The Tree
class
The Tree
class. Instances provide conversions between tree-structured
data and the ATerm
format.
A minimal complete defintion must supply the methods fromTree
and
toTree
.