package dune-configurator

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Lines of string list
    (*

    The following comment:

                ; abc
                ; def

    is represented as:

    Lines [" abc"; " def"]
    *)
  2. | Legacy
    (*

    Legacy for jbuild files: either block comments or sexp comments. The programmer is responsible for fetching the comment contents using the location.

    *)
OCaml

Innovation. Community. Security.