File: here.ml

package info (click to toggle)
herelib 109.35.02-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 320 kB
  • ctags: 602
  • sloc: ml: 5,762; makefile: 55
file content (6 lines) | stat: -rw-r--r-- 106 bytes parent folder | download
1
2
3
4
5
6
type t = Lexing.position = {
  pos_fname : string;
  pos_lnum : int;
  pos_bol : int;
  pos_cnum : int;
}