Package

scala

text

Permalink

package text

Visibility
  1. Public
  2. All

Type Members

  1. case class DocCons(hd: Document, tl: Document) extends Document with Product with Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) This class will be removed.

  2. case class DocGroup(doc: Document) extends Document with Product with Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) This class will be removed.

  3. case class DocNest(indent: Int, doc: Document) extends Document with Product with Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) This class will be removed.

  4. case class DocText(txt: String) extends Document with Product with Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) This class will be removed.

  5. abstract class Document extends AnyRef

    Permalink

    A basic pretty-printing library, based on Lindig's strict version of Wadler's adaptation of Hughes' pretty-printer.

    A basic pretty-printing library, based on Lindig's strict version of Wadler's adaptation of Hughes' pretty-printer.

    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) This class will be removed.

    Version

    1.0

Deprecated Value Members

  1. object DocBreak extends Document with Product with Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) This object will be removed.

  2. object DocNil extends Document with Product with Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) This object will be removed.

  3. object Document

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) This object will be removed.

Ungrouped