ref: b0d55ed706f933a21c56c924b3da0f100f82186a 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