This repository has been archived on 2023-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
plasp/tests/data/issues/issue-7.pddl

9 lines
111 B
Plaintext
Raw Normal View History

(define
(domain mystery-typed)
(:requirements :typing)
(:types
foo - object
bar - (either foo foo)
)
)