/* Author: Jeff Dalton * Updated: Wed Apr 4 17:23:26 2001 by Jeff Dalton */ package ix.util.lisp; /** Tagging interface for Lisp objects */ public interface LispObject { }