/** * @import { Site } from "@helios-lang/compiler-utils" * @import { CallSiteInfo, CekContext, CekFrame, CekStack, CekStateChange, CekValue } from "../index.js" */ /** * @param {CekValue} value * @param {CekStack} stack - not used directly, but provides useful information when debugging * @param {Site | undefined} callSite * @returns {CekFrame} */ export function makeLeftApplicationToValueFrame(value: CekValue, stack: CekStack, callSite?: Site | undefined): CekFrame; import type { CekValue } from "../index.js"; import type { CekStack } from "../index.js"; import type { Site } from "@helios-lang/compiler-utils"; import type { CekFrame } from "../index.js"; //# sourceMappingURL=LeftApplicationToValueFrame.d.ts.map