Closed wcy123 closed 9 years ago
Hi,
I am using Erlang/OTP 18, and I've got a compilation error as below.
src/turn.erl:69: type dict() undefined
I replace dict() with dict:dict(), then the errors are gone.
dict()
dict:dict()
Best Regards Wang Chunye(wcy123)
Hi,
I am using Erlang/OTP 18, and I've got a compilation error as below.
I replace
dict()
withdict:dict()
, then the errors are gone.Best Regards Wang Chunye(wcy123)