9 lines
111 B
Plaintext
9 lines
111 B
Plaintext
(define
|
|
(domain mystery-typed)
|
|
(:requirements :typing)
|
|
(:types
|
|
foo - object
|
|
bar - (either foo foo)
|
|
)
|
|
)
|