/** * @import { CekFrame, CekStack, CekStateChange, CekTerm, CekValue } from "../index.js" */ /** * @param {CekTerm[]} cases * @param {CekStack} stack * @returns {CekFrame} */ export function makeCaseScrutineeFrame(cases: CekTerm[], stack: CekStack): CekFrame; import type { CekTerm } from "../index.js"; import type { CekStack } from "../index.js"; import type { CekFrame } from "../index.js"; //# sourceMappingURL=CaseScrutineeFrame.d.ts.map