Neuman Vong created THRIFT-2187: ----------------------------------- Summary: Guard against ambiguous occurrences Key: THRIFT-2187 URL: https://issues.apache.org/jira/browse/THRIFT-2187 Project: Thrift Issue Type: Bug Components: Haskell - Compiler, Tutorial Reporter: Neuman Vong
Resulting in errors like: {noformat} ../gen-hs/Calculator_Client.hs:15:45: Ambiguous occurrence `zip' It could refer to either `Calculator_Client.zip', defined at ../gen-hs/Calculator_Client.hs:112:1 or `Data.ByteString.Lazy.zip', imported from `Data.ByteString.Lazy' at ../gen-hs/Calculator_Client.hs:24:1 {noformat} Blocking: THRIFT-2186. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira