With this module: module Q (foo) where import List as Foo import Maybe as Foo foo = Foo.find hugs says ERROR tt.lhs:7 - Undefined qualified variable "Foo.find" "5.3.3 Local aliases" in the report makes it clear that this should be allowed. Thanks Ian