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

Bug in the win32 distribution of OCaml 3.06 ? #3581

Closed
vicuna opened this issue Aug 23, 2002 · 1 comment
Closed

Bug in the win32 distribution of OCaml 3.06 ? #3581

vicuna opened this issue Aug 23, 2002 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Aug 23, 2002

Original bug ID: 1349
Reporter: administrator
Status: closed
Resolution: fixed
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

Hello,

I'm trying to use the Complex module under the interactive window but I
can't call any function :

open Complex;;

let z = {re = 1.0; im = 1.0};;

val z : Complex.t = {re = 1.; im = 1.}

add z z;;

Reference to undefined global `Complex'

Note: I have no problem with any other module.

By the way, is there a way to create complex values without opening
Complex (why not defining something like: let complex re im = {re = im;
im = re}) ?

Cheers,

Sebastien

@vicuna
Copy link
Author

vicuna commented Mar 24, 2003

Comment author: administrator

Fixed 2002-11-17 by XL.

@vicuna vicuna closed this as completed Mar 24, 2003
@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