lean4-htt/src/api/lean.h

26 lines
835 B
C

/*
Copyright (c) 2015 Microsoft Corporation. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Author: Leonardo de Moura
*/
#ifndef _LEAN_H
#define _LEAN_H
#include "lean_macros.h" // NOLINT
#include "lean_bool.h" // NOLINT
#include "lean_string.h" // NOLINT
#include "lean_exception.h" // NOLINT
#include "lean_name.h" // NOLINT
#include "lean_options.h" // NOLINT
#include "lean_univ.h" // NOLINT
#include "lean_expr.h" // NOLINT
#include "lean_decl.h" // NOLINT
#include "lean_env.h" // NOLINT
#include "lean_ios.h" // NOLINT
#include "lean_module.h" // NOLINT
#include "lean_type_checker.h" // NOLINT
#include "lean_inductive.h" // NOLINT
#include "lean_parser.h" // NOLINT
#endif