import type { Stack } from "./model"; export const stack = (value: A, previous?: Stack): Stack => ({ value, previous });