module-management-0.20.2: testdata/debian/Debian/Repo/Prelude/Bool.hs
module Debian.Repo.Prelude.Bool
( cond
) where
cond :: a -> a -> Bool -> a
cond t _ True = t
cond _ f False = f
module Debian.Repo.Prelude.Bool
( cond
) where
cond :: a -> a -> Bool -> a
cond t _ True = t
cond _ f False = f