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