| Package | Description |
|---|---|
| jpl |
| Modifier and Type | Class and Description |
|---|---|
class |
List
A List is a Compound, but with just two args, a head and a tail.
|
class |
Tuple
A Tuple is a Compound, used to represent Prolog tuples, the closest
thing Prolog has to a data structure.
|
static class |
Tuple.Pair
A Pair is a two-element Tuple
|
Copyright © 2015. All rights reserved.