Package

pureconfig

derivation

Permalink

package derivation

Visibility
  1. Public
  2. All

Type Members

  1. trait LazyContextParser extends AnyRef

    Permalink

    Encapsulates the logic to parse Scala syntax trees genetrated by Lazy, providing a high-level way to navigate through such a tree.

    Encapsulates the logic to parse Scala syntax trees genetrated by Lazy, providing a high-level way to navigate through such a tree. The code on this class is heavily-dependent on the implementation details of Lazy.

  2. trait MacroCompat extends AnyRef

    Permalink

    An API for macro operations that require access to macro or even compiler internals.

    An API for macro operations that require access to macro or even compiler internals. Since they rely on non-public APIs, the code may be distinct between Scala major versions and even between minor versions.

Ungrouped