andreaferretti / alea

Define and compose random variables
https://github.com/andreaferretti/alea
Apache License 2.0
44 stars 3 forks source link

/home/myuser/.nimble/pkgs/alea-0.1.5/alea/sugar.nim(54, 6) Error: cannot use symbol of kind 'func' as a 'proc' #6

Closed mavavilj closed 2 years ago

mavavilj commented 2 years ago

I'm getting

/home/myuser/.nimble/pkgs/alea-0.1.5/alea/sugar.nim(54, 6) Error: cannot use symbol of kind 'func' as a 'proc'

when importing alea.

I'm using a freshly installed alea from nimble with nim from choosenim (nim --version Nim Compiler Version 1.6.6 [Linux: amd64]).

mavavilj commented 2 years ago

Fixed by installing manually from Github.