Module Flow_ast.BooleanLiteral

type t('M) = {
  1. value: bool,
  2. comments: option(Syntax.t('M, unit)),
};