package bistro

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Bistro_internals.TemplateSource

Sourcetype 'a token =
  1. | S of string
  2. | D of 'a
  3. | F of 'a token list
  4. | DEST
  5. | TMP
  6. | NP
  7. | MEM
Sourcetype 'a t = 'a token list
Sourceval map : 'a t -> f:('a -> 'b) -> 'b t
Sourceval deps : 'a t -> compare:('a -> 'a -> int) -> 'a list
OCaml

Innovation. Community. Security.