| Anonymous | Login | Signup for a new account | 2013-05-20 06:05 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 | ||||||
| 0005642 | OCaml | Camlp4 | public | 2012-06-09 03:32 | 2012-09-21 14:32 | ||||||
| Reporter | hongboz | ||||||||||
| Assigned To | |||||||||||
| Priority | normal | Severity | minor | Reproducibility | always | ||||||
| Status | acknowledged | Resolution | open | ||||||||
| Platform | OS | OS Version | |||||||||
| Product Version | |||||||||||
| Target Version | 4.01.0+dev | Fixed in Version | |||||||||
| Summary | 0005642: module_type application | ||||||||||
| Description | The right module type application is written this way: value app mt1 mt2 = match (mt1, mt2) with [ (<< $id:i1$ >>, << $id:i2$ >>) -> << $id: <:ident< $i1$ $i2$ >> $ >> | _ -> invalid_arg "blabla" ]; I wrote another function before value f a b = <:module_type< $a$ $b$ >> ; it was printed as 'value f a b = a' Should camlp4 here report an error or something more informative? | ||||||||||
| Tags | No tags attached. | ||||||||||
| Attached Files | |||||||||||
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2012-06-09 03:32 | hongboz | New Issue | |
| 2012-07-09 14:53 | doligez | Status | new => acknowledged |
| 2012-07-09 14:53 | doligez | Target Version | => 4.01.0+dev |
| 2012-07-31 13:36 | doligez | Target Version | 4.01.0+dev => 4.00.1+dev |
| 2012-09-21 14:32 | doligez | Target Version | 4.00.1+dev => 4.01.0+dev |
| Copyright © 2000 - 2011 MantisBT Group |