org.erights.e.elib.oldeio
Interface EPrintable

All Known Implementing Classes:
EList, EMap, ESet, ParseNode, SendingContext, SyntaxException

public interface EPrintable

Untamed: Non-public classes that would introduce __printOn/1 should instead implement EPrintable so that their __printOn/1 is callable from E.call*.

Throwables that do their own __printOn must also implement EPrintable, so the Miranda unwrapping happens right.

Author:
Mark S. Miller

Method Summary
 void __printOn(TextWriter out)
          Enabled:
 

Method Detail

__printOn

public void __printOn(TextWriter out)
               throws IOException
Enabled:

IOException


comments?