; Keep every warning fatal in dev EXCEPT 50 (ambiguous-docstring): we use concise
; trailing `(** ... *)` doc comments on vals and record fields, which are unambiguous
; to a human but trip warning 50.
(env
 (_
  (flags
   (:standard -w -50))))
