lean4-htt/src/library/tactic/backward/init_module.h
2016-07-10 10:17:56 -07:00

10 lines
251 B
C++

/*
Copyright (c) 2015 Daniel Selsam. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Author: Daniel Selsam
*/
#pragma once
namespace lean {
void initialize_backward_module();
void finalize_backward_module();
}