ref: 50a42f8f9a96bac7632b8a71dfba15f339ff54bb 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