/** * @import { Site } from "@helios-lang/compiler-utils" * @import { * CekContext, * CekFrame, * CekStack, * CekStateChange, * CekTerm, * CekValue * } from "../index.js" */ /** * @param {CekTerm} term * @param {CekStack} stack * @param {Site | undefined} [callSite] * @returns {CekFrame} */ export function makeLeftApplicationToTermFrame(term: CekTerm, stack: CekStack, callSite?: Site | undefined): CekFrame; import type { CekTerm } from "../index.js"; import type { CekStack } from "../index.js"; import type { Site } from "@helios-lang/compiler-utils"; import type { CekFrame } from "../index.js"; //# sourceMappingURL=LeftApplicationToTermFrame.d.ts.map