import { Any } from "../typed.js"; import { String } from "./list.js"; import { sumType, prodType, fnType } from "./types.js"; export const createNominalADT = symbol => variants => { }; export const createNominalADTFnType = fnType (Any) ();