lean4-htt/src/library/tactic/app_builder_tactics.h
2016-06-22 16:57:49 -07:00

13 lines
306 B
C++

/*
Copyright (c) 2016 Microsoft Corporation. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Author: Leonardo de Moura
*/
#pragma once
#include "library/app_builder.h"
namespace lean {
void initialize_app_builder_tactics();
void finalize_app_builder_tactics();
}