package dunolint

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Preprocess.StateSource

Sourcetype t =
  1. | No_preprocessing
  2. | Pps of Pps.t
  3. | Unhandled of Sexplib0.Sexp.t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t