berp-0.0.1: src/Berp/Base/StdTypes/Bool.hs-boot
module Berp.Base.StdTypes.Bool (boolClass, bool, true, false) where import Berp.Base.SemanticTypes (Object) bool :: Bool -> Object true,false :: Object boolClass :: Object
module Berp.Base.StdTypes.Bool (boolClass, bool, true, false) where import Berp.Base.SemanticTypes (Object) bool :: Bool -> Object true,false :: Object boolClass :: Object