packages feed

berp-0.0.1: src/Berp/Base/StdTypes/Type.hs-boot

module Berp.Base.StdTypes.Type (typeClass, newType) where

import Berp.Base.SemanticTypes (Object)

typeClass :: Object
newType :: [Object] -> IO Object