| Trees | Indices | Help |
|---|
|
|
| Classes | |
| TermSet | |
|
Nil Transformation which matches an empty list term. |
|
| Appl | |
| ApplCons | |
| Annos | |
| Variables | |
anInt = util.BoolAdaptor(aterm.types.isInt)
|
|
aStr = util.BoolAdaptor(aterm.types.isStr)
|
|
aReal = util.BoolAdaptor(aterm.types.isReal)
|
|
aList = util.BoolAdaptor(aterm.types.isList)
|
|
anAppl = util.BoolAdaptor(aterm.types.isAppl)
|
|
zero = Int(0)
|
|
one = Int(1)
|
|
two = Int(2)
|
|
three = Int(3)
|
|
four = Int(4)
|
|
empty = Str("")
|
|
nil = Nil()
|
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Sat Aug 4 01:33:48 2007 | http://epydoc.sourceforge.net |