package text
- Alphabetic
- Public
- All
Type Members
-
case class
DocCons
(hd: Document , tl: Document ) extends Document with Product with Serializable
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.0) this class will be removed
-
case class
DocGroup
(doc: Document ) extends Document with Product with Serializable
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.0) this class will be removed
-
case class
DocNest
(indent: Int , doc: Document ) extends Document with Product with Serializable
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.0) this class will be removed
-
case class
DocText
(txt: String ) extends Document with Product with Serializable
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.0) this class will be removed
-
abstract
class
Document
extends AnyRef
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
-
object
DocBreak
extends Document with Product with Serializable
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.0) this object will be removed
-
object
DocNil
extends Document with Product with Serializable
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.0) this object will be removed
-
object
Document
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.0) this object will be removed