lean4-htt/src/frontends/lean/user_command.h

12 lines
259 B
C++

/*
Copyright (c) 2017 Microsoft Corporation. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Author: Sebastian Ullrich
*/
#pragma once
namespace lean {
void initialize_user_command();
void finalize_user_command();
}