This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
19
unikernel/duniverse/ppxlib/ast/ppxlib_ast.ml
Normal file
19
unikernel/duniverse/ppxlib/ast/ppxlib_ast.ml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
open Import
|
||||
|
||||
module type OCaml_version = Versions.OCaml_version
|
||||
|
||||
module Ast = Ast
|
||||
module Ast_helper = Ast_helper
|
||||
module Ast_magic = Selected_ast.Ast.Config
|
||||
module Asttypes = Asttypes
|
||||
module Compiler_version = Versions.OCaml_current
|
||||
module Js = Js
|
||||
module Find_version = Versions.Find_version
|
||||
module Convert = Versions.Convert
|
||||
module Extra_warnings = Warn
|
||||
module Location_error = Location_error
|
||||
module Parse = Parse
|
||||
module Parsetree = Parsetree
|
||||
module Pprintast = Astlib.Pprintast
|
||||
module Select_ast = Select_ast
|
||||
module Selected_ast = Selected_ast
|
||||
Loading…
Add table
Add a link
Reference in a new issue