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