-- Various mappings that need to be hardcoded. module Yhc.Core.BackEnd.Erlang.Maps ( initFuncMap) where import qualified Data.Map as M -- Initial mapping for functions and data constructors -- where certain names should be forced, other than regular -- Haskell to Erlang name conversion. initFuncMap = M.empty