package melange

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

Module TemplateLiteral.ElementSource

Sourcetype value = {
  1. raw : string;
  2. cooked : string;
}
Sourceand 'M t = 'M * t'
Sourceand t' = {
  1. value : value;
  2. tail : bool;
}
Sourceval pp_value : Format.formatter -> value -> unit
Sourceval show_value : value -> string
Sourceval pp : (Format.formatter -> 'M -> unit) -> Format.formatter -> 'M t -> unit
Sourceval show : (Format.formatter -> 'M -> unit) -> 'M t -> string
Sourceval pp_t' : Format.formatter -> t' -> unit
Sourceval show_t' : t' -> string