package core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type token
val sexp : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> t_or_comment
val sexp_opt : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> t_or_comment option
val sexps : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> t_or_comment list
val rev_sexps : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> t_or_comment list
val sexps_abs : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Sexplib.Type_with_layout.Parsed.t_or_comment list