packages feed

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

module Berp.Base.StdTypes.Dictionary (emptyDictionary, dictionary, dictionaryClass) where

import Berp.Base.SemanticTypes (Object, Eval)

dictionary :: [(Object, Object)] -> Eval Object
dictionaryClass :: Object
emptyDictionary :: IO Object