export type Binary1bitNand = Binary1bitNandParser; export type Binary1bitNandParser = X extends "1" ? (Y extends "1" ? "0" : "1") : "1";