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

problem with class types in camlp4 #2697

Closed
vicuna opened this issue Mar 5, 2001 · 2 comments
Closed

problem with class types in camlp4 #2697

vicuna opened this issue Mar 5, 2001 · 2 comments
Labels

Comments

@vicuna
Copy link

vicuna commented Mar 5, 2001

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

Bug description

Hi,

about a week ago I reported the following problem to
daniel.de_rauglaudre@inria.fr, but until now I haven't got any
reactions. Could you please forward this to the person
responsible for camlp4?

camlp4o aborts on the following valid ocaml program:

class type ['a, 'b] classtype = 
object
  method a : 'a
  method b : 'b
end

class ['a, 'b] cl a b : ['a, 'b] classtype = 
object
  method a = a
  method b = b
end

I use Camlp4 version 3.00 and The Objective Caml compiler,
version 3.00.

Bye,

Hendrik


Hendrik Tews Department of Theoretical Computer Science
Dresden University of Technology, Germany

Telefon: +49 351 463 8351
e-mail: tews@tcs.inf.tu-dresden.de
www: http://home.pages.de/~tews/
pgp key: http://home.pages.de/~tews/pgpkey.asc

@vicuna
Copy link
Author

vicuna commented Mar 5, 2001

Comment author: administrator

Hi,

camlp4o aborts on the following valid ocaml program:

class type ['a, 'b] classtype = 
object
  method a : 'a
  method b : 'b
end

class ['a, 'b] cl a b : ['a, 'b] classtype = 
object
  method a = a
  method b = b
end

Ok, it is fixed for version 3.01 coming very soon.

--
Daniel de RAUGLAUDRE
daniel.de_rauglaudre@inria.fr
http://cristal.inria.fr/~ddr/

@vicuna
Copy link
Author

vicuna commented Mar 6, 2001

Comment author: administrator

Fixed by DdR 2001-03-05.

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