12 lines
121 B
Plaintext
12 lines
121 B
Plaintext
(define
|
|
(domain test)
|
|
(:requirements :typing)
|
|
(:types
|
|
object
|
|
a1 a2 a3 - object
|
|
bx - a1
|
|
bx - a2
|
|
bx - a3
|
|
)
|
|
)
|