File: errors.mli

package info (click to toggle)
yojson 2.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,216 kB
  • sloc: ml: 3,890; makefile: 28
file content (4 lines) | stat: -rw-r--r-- 233 bytes parent folder | download | duplicates (2)
1
2
3
4
val string_of_position : Lexing.position -> string
(** [string_of_position pos] returns a string that contains the line and, if
  supplied, the filename of the position in a way that's appropriate to include
  in an error message *)