packages feed

base-compat-0.15.0: src/Data/Bool/Compat.hs

{-# LANGUAGE NoImplicitPrelude #-}
module Data.Bool.Compat (
  module Base
, bool
) where

import Data.Bool as Base