| Anonymous | Login | Signup for a new account | 2013-06-18 08:57 CEST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||
| 0004365 | OCaml | Caml light | public | 2007-08-16 09:47 | 2012-02-02 15:19 | |||
| Reporter | ertai | |||||||
| Assigned To | ||||||||
| Priority | low | Severity | tweak | Reproducibility | always | |||
| Status | closed | Resolution | fixed | |||||
| Platform | OS | OS Version | ||||||
| Product Version | 3.10.0 | |||||||
| Target Version | Fixed in Version | 3.10+dev | ||||||
| Summary | 0004365: The toplevel printer wrongly prints `Foo(-1) as `Foo -1 | |||||||
| Description | The toplevel printer forget some parenthesis when using polymorphic variants. $ ocaml # `Foo(-1);; - : [> `Foo of int ] = `Foo -1 # Some(-1);; - : int option = Some (-1) | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
Notes |
|
|
(0004136) garrigue (manager) 2007-08-16 10:03 |
Fixed in CVS. For some reason, the problem had been only corrected for normal variants... |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2007-08-16 09:47 | ertai | New Issue | |
| 2007-08-16 10:03 | garrigue | Status | new => closed |
| 2007-08-16 10:03 | garrigue | Note Added: 0004136 | |
| 2007-08-16 10:03 | garrigue | Resolution | open => fixed |
| 2007-08-16 10:03 | garrigue | Fixed in Version | => 3.10+dev |
| 2012-02-02 15:19 | protz | Category | Caml-light => Caml light |
| Copyright © 2000 - 2011 MantisBT Group |