package pla

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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