Single clause queries
This commit is contained in:
parent
da21d890fb
commit
438af6c053
10 changed files with 16 additions and 32 deletions
|
@ -1,7 +1,5 @@
|
|||
package prolog.components.terms
|
||||
|
||||
import prolog.components.Functor
|
||||
|
||||
/**
|
||||
* Part of a [Clause][prolog.components.expressions.Clause] before the [neck][prolog.terms.Neck] operator.
|
||||
*
|
||||
|
@ -11,3 +9,5 @@ import prolog.components.Functor
|
|||
abstract class Head: Term {
|
||||
abstract val functor: Functor
|
||||
}
|
||||
|
||||
typealias Functor = String
|
||||
|
|
Reference in a new issue