package sail

  1. Overview
  2. Docs
type !'a ast = {
  1. defs : 'a Ast.def list;
  2. comments : (string * Lexer.comment list) list;
}
val empty_ast : 'a ast