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

9 lines
111 B
Plaintext

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