prelude.carbon 486 B

1234567891011121314
  1. // Part of the Carbon Language project, under the Apache License v2.0 with LLVM
  2. // Exceptions. See /LICENSE for license information.
  3. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. //
  5. // AUTOUPDATE
  6. package Core library "prelude";
  7. export import library "prelude/copy";
  8. export import library "prelude/default";
  9. export import library "prelude/destroy";
  10. export import library "prelude/iterate";
  11. export import library "prelude/operators";
  12. export import library "prelude/types";