Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

module Random inaccessible #4040

Closed
vicuna opened this issue Jun 7, 2006 · 2 comments
Closed

module Random inaccessible #4040

vicuna opened this issue Jun 7, 2006 · 2 comments
Labels

Comments

@vicuna
Copy link

vicuna commented Jun 7, 2006

Original bug ID: 4040
Reporter: camlf
Status: closed (set by @xavierleroy on 2006-06-08T15:36:09Z)
Resolution: not a bug
Priority: normal
Severity: major
Version: 3.09.2
Category: ~DO NOT USE (was: OCaml general)

Bug description

Le code suivant:

open Random ;;
let () = Random.self_init();;

resulte en:

Unbound value Random.self_init

C'est ainsi pour toutes les fonctions du module Random. random.mli existe bien dans le repertoire /usr/local/lib/ocaml. Platforme: Redhat/x86, OCaml compile a partir des sources, gcc 3.4.6.

@vicuna
Copy link
Author

vicuna commented Jun 8, 2006

Comment author: @xavierleroy

I doit y avoir un fichier random.cmi ou Random.cmi dans le repertoire
courant ou dans un repertoire inclus avec -I, fichier qui masque le
module Random de la bibliotheque standard.

@vicuna
Copy link
Author

vicuna commented Jun 8, 2006

Comment author: camlf

C'est effectivement le cas, desole!

@vicuna vicuna closed this as completed Jun 8, 2006
@vicuna vicuna added the bug label Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant