File: shadow.mlt

package info (click to toggle)
ppx-fields-conv 0.14.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 192 kB
  • sloc: ml: 972; sh: 50; makefile: 24
file content (5 lines) | stat: -rw-r--r-- 171 bytes parent folder | download
1
2
3
4
5
type t = { map : unit } [@@deriving fields]
[%%expect{|
Line _, characters _-_:
Error: ppx_fields_conv: field name "map" conflicts with one of the generated functions
|}]