aarushgupta's picture
Deploy FATHOM-Hero Space bundle
c782fbf verified
raw
history blame contribute delete
303 Bytes
type clue : t {
predicates {
discovered(clue);
}
inform7 {
type {
kind :: "clue-like";
definition :: "clue-like is a kind of thing. clue-like is privately-named.";
}
predicates {
discovered(clue) :: "";
}
}
}