package morbig

  1. Overview
  2. Docs
type t =
  1. | Backquotes of char * int
  2. | Parentheses
  3. | Braces
  4. | DQuotes
  5. | HereDocument of bool * string
val to_string : t -> string
val under_backquoted_style_command_substitution : t list -> bool