⚠️ Internal: This API is not publically exported by the package.

      Since

      1.0.0

      interface Lazy {
          _tag: "Lazy";
          annotations: Annotations;
          f: (() => AST);
      }

      Hierarchy

      Properties

      Properties

      _tag: "Lazy"
      annotations: Annotations
      f: (() => AST)

      Type declaration