ref: 6caaf2fe408a83c2bc7493fcb6283087858668b4 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