/** * @import { Site } from "@helios-lang/compiler-utils" * @import { CekBuiltinValue, CekContext, CekFrame, CekLambdaValue, CekStateChange, CekStack, CekValue } from "../index.js" * @import { ApplicationInfo } from "./applyCekValues.js" */ /** * @param {CekBuiltinValue | CekLambdaValue} fn * @param {CekStack} stack * @param {ApplicationInfo} [info] * @returns {CekFrame} */ export function makeRightApplicationOfValue(fn: CekBuiltinValue | CekLambdaValue, stack: CekStack, info?: ApplicationInfo | undefined): CekFrame; import type { CekBuiltinValue } from "../index.js"; import type { CekLambdaValue } from "../index.js"; import type { CekStack } from "../index.js"; import type { ApplicationInfo } from "./applyCekValues.js"; import type { CekFrame } from "../index.js"; //# sourceMappingURL=RightApplicationOfValueFrame.d.ts.map