-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
Original bug ID: 5080
Reporter: @glondu
Assigned to: @xclerc
Status: closed (set by @xavierleroy on 2015-12-11T18:04:46Z)
Resolution: fixed
Priority: normal
Severity: major
Version: 3.12.0+beta1 or 3.12.0+rc1
Fixed in version: 4.00.0+dev
Category: -for Camlp4 use https://github.com/ocaml/camlp4/issues
Related to: #5104
Monitored by: "Dmitry Grebeniuk" @ygrek thelema jaked jm @hcarty @Chris00
Bug description
Hello,
The following:
let test x = match x with
| <:ctyp<
used to work with camlp4of (3.11.2), but stopped working with 3.12.0+beta1. I'm not sure if this is expected.
ocaml-batteries is affected by this issue... I've not been able to find anything else than using the expanded quotation.
Reactions are currently unavailable