ref: 2ac265704e87b49196c3fb6cd84d63f15f06ba05 dir: /lib/Data/Bool_Type.hs/
-- Copyright 2023 Lennart Augustsson -- See LICENSE file for full license. module Data.Bool_Type(module Data.Bool_Type) where data Bool = False | True