10 Oct 2010 05:08
bug in documentation?
Mahmud Mohamed <bigthingist <at> gmail.com>
2010-10-10 03:08:32 GMT
2010-10-10 03:08:32 GMT
Hi, I have just discovered AliceML, so please take this "bug report" with a grain of salt. The page for the Random manual: http://www.ps.uni-saarland.de/alice/manual/library/rand.html It says that the Random module can be used as follows: import signature RAND from "x-alice:/lib/data/RAND-sig" import structure Rand from "x-alice:/lib/data/Rand" However, within the file system, said files are in lib/utility, not lib/data Also, they seem to have been renamed to Random/RANDOM, since it's the following calls that work: import structure Random from "x-alice:/lib/utility/Random"; import signature RANDOM from "x-alice:/lib/utility/RANDOM-sig"; Regards. - mahmud
RSS Feed