import type { Args, Term } from "../list"; export default function cat(term: Term, args: Args): boolean { return true }