File tree Expand file tree Collapse file tree 6 files changed +31
-0
lines changed
Expand file tree Collapse file tree 6 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 37123712 (alias runtest)
37133713 (action (diff polytypes.ml.err polytypes.ml.stderr)))
37143714
3715+ (rule
3716+ (deps .ocamlformat dune- project)
3717+ (action
3718+ (with- stdout- to pre42_syntax.ml.stdout
3719+ (with- stderr- to pre42_syntax.ml.stderr
3720+ (run % {bin: ocamlformat} -- name pre42_syntax.ml -- margin- check -- ocaml- version= 4 .1 % {dep: ../ tests/ pre42_syntax.ml})))))
3721+
3722+ (rule
3723+ (alias runtest)
3724+ (action (diff pre42_syntax.ml.ref pre42_syntax.ml.stdout)))
3725+
3726+ (rule
3727+ (alias runtest)
3728+ (action (diff pre42_syntax.ml.err pre42_syntax.ml.stderr)))
3729+
37153730(rule
37163731 (deps .ocamlformat dune- project)
37173732 (action
Original file line number Diff line number Diff line change 1+ type nonrec = nonrec
2+ (** The [nonrec] keyword has been added in OCaml 4.2. *)
3+
4+ let nonrec nonrec : nonrec = nonrec
Original file line number Diff line number Diff line change 1+ (** The [nonrec] keyword has been added in OCaml 4.2. *)
2+ type nonrec = nonrec
3+
4+ let nonrec nonrec : nonrec = nonrec
Original file line number Diff line number Diff line change 1+ (** The [nonrec] keyword has been added in OCaml 4.2. *)
2+ type nonrec = nonrec
3+
4+ let nonrec nonrec : nonrec = nonrec
Original file line number Diff line number Diff line change 1+ (* * The [nonrec] keyword has been added in OCaml 4.2. *)
2+ type nonrec = nonrec
3+ let nonrec nonrec : nonrec = nonrec
Original file line number Diff line number Diff line change 1+ --ocaml-version=4.1
You can’t perform that action at this time.
0 commit comments