cognimeta-utils-0.1.0: src/Cgm/Data/Bool.hs
module Cgm.Data.Bool(
bool
) where
bool :: z -> z -> Bool -> z
bool f t c = if c then t else f
module Cgm.Data.Bool(
bool
) where
bool :: z -> z -> Bool -> z
bool f t c = if c then t else f