package pla

  1. Overview
  2. Docs
Ppx templating library using verbatim strings.

Install

Dune Dependency

Authors

Maintainers

Sources

v1.1.tar.gz
sha256=19fcfe3acb3a327a982367ff5aa6dd9ec927d6a21f2fbb833a33becc97223d5f
md5=c308189bcd816f4e07d7d8282adc46f8

doc/pla.ppx/Pla_tokens/index.html

Module Pla_tokens

type vartype =
  1. | Int
  2. | Float
  3. | String
  4. | Template

Kinds of variables when tokenizing a template

type s =
  1. | N
  2. | I
  3. | O
  4. | T of string
  5. | V of string * vartype * Location.t

Kinds of tokens of a template

OCaml

Innovation. Community. Security.