berp-0.0.1: src/Berp/Base/Builtins/Exceptions.hs-boot
module Berp.Base.Builtins.Exceptions (baseException, exception, stopIteration, typeError) where import Berp.Base.SemanticTypes (Object) baseException :: Object exception :: Object stopIteration :: Object typeError :: Object