ref: 44dc3008bc938e223f0d4c9a44a1f48f9a1448a7 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