File: stdcompatpp.mli

package info (click to toggle)
ocaml-stdcompat 21.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,648 kB
  • sloc: ml: 34,677; sh: 830; makefile: 239
file content (10 lines) | stat: -rw-r--r-- 141 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
type options

type lexer_state

type lexer =
  options -> lexer_state -> Lexing.lexbuf -> unit

val ocaml_lexer : lexer

val c_lexer : lexer