mainland / symbol

Other
7 stars 3 forks source link

The `seq` in `intern` should be `deepseq` #1

Closed DanielSchuessler closed 12 years ago

DanielSchuessler commented 12 years ago

E.g. this will currently deadlock: intern (head (show (intern "bar")) : [])

mainland commented 12 years ago

Fixed now. Thanks!