package ppx_string

  1. Overview
  2. Docs
Ppx extension for string interpolation

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=06b4e061fb5e2b2a85298c9829cc31a1af0a9b8e63fdee9048c76ec8d52d16ef

doc/ppx_string/Ppx_string/Parse_result/index.html

Module Ppx_string.Parse_resultSource

Sourcetype t = {
  1. parts : Ppx_string__.Ppx_string_intf.Definitions.Part.t Base.list;
  2. locations_are_precise : Base.bool;
}