
16 Dec
2001
16 Dec
'01
11:27 a.m.
Hello, what does it mean: Variable definition clashes the import. thank you Vika

16 Dec
16 Dec
12:50 p.m.
Hello,
what does it mean:
Variable definition clashes the import.
It means that you are importing a module that declares something with the same name as one of your own definitions. For example the prelude defines map f x = . . . so if you attempt to define something called map, the names would clash. You can either choose a different name or use the "qualified" import for whichever module defines the name that clashes. Jón -- Jón Fairbairn Jon.Fairbairn@cl.cam.ac.uk 31 Chalmers Road jf@cl.cam.ac.uk Cambridge CB1 3SZ +44 1223 570179 (after 14:00 only, please!)
8556
Age (days ago)
8556
Last active (days ago)
1 comments
2 participants
participants (2)
-
Jon Fairbairn
-
victoria borisovna rozhkova