import type { Cause } from "./model"; export const empty: Cause = { _tag: "Empty" };