export type Boolean = True | False

export type True  = 1
export type False = 0
