package libsail

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

Module Libsail.Ast_defsSource

Sourcetype 'a ast = {
  1. defs : 'a Ast.def list;
  2. comments : (string * Lexer.comment list) list;
}
Sourceval empty_ast : 'a ast