import { unsafeCoerce } from "../Function"; import type { Const } from "./model"; /* * ------------------------------------------- * Const Constructors * ------------------------------------------- */ export const make: (e: E) => Const = unsafeCoerce;