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