package pla

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

Install

Dune Dependency

Authors

Maintainers

Sources

v1.0.tar.gz
sha256=9b4e7dcd4946213a2368300d5290871f8618c892512a46e98e5b6fee04a276b9
md5=bede16ce7fc0cd11578fa187557642a2

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.