[Haskell-cafe] namespacing?
azrael at demonlords.net
azrael at demonlords.net
Wed Dec 8 09:58:58 EST 2004
I've got a general new person type question.
I understand that I can hide a function in a module that I am importing
if it conflicts with another identical function name.
But if the situation arises that I would like to use two identically
named functions from two different modules is there anyway for me to
specify that I want to use the function from module A rather then the
function from module B.
thanks
Jason
More information about the Haskell-Cafe
mailing list