package melange

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

Module JSX.ExpressionContainerSource

Sourcetype ('M, 'T) t = {
  1. expression : ('M, 'T) expression;
  2. comments : ('M, 'M Comment.t list) Syntax.t option;
}
Sourceand ('M, 'T) expression =
  1. | Expression of ('M, 'T) Expression.t
  2. | EmptyExpression
Sourceval pp : (Format.formatter -> 'M -> unit) -> (Format.formatter -> 'T -> unit) -> Format.formatter -> ('M, 'T) t -> unit
Sourceval show : (Format.formatter -> 'M -> unit) -> (Format.formatter -> 'T -> unit) -> ('M, 'T) t -> string
Sourceval pp_expression : (Format.formatter -> 'M -> unit) -> (Format.formatter -> 'T -> unit) -> Format.formatter -> ('M, 'T) expression -> unit
Sourceval show_expression : (Format.formatter -> 'M -> unit) -> (Format.formatter -> 'T -> unit) -> ('M, 'T) expression -> string