Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AbstractClause ¶
type AbstractClause interface {
Head() Term
}
type Clause ¶
type Clause struct { AbstractClause // contains filtered or unexported fields }
type ClauseSubtable ¶
type ClauseSubtable map[string][]AbstractClause
type ClauseTable ¶
type ClauseTable map[string]ClauseSubtable
Click to show internal directories.
Click to hide internal directories.