chore(library/tactic/hole_command,frontends/lean/interactive): fix style
This commit is contained in:
parent
7557a9e000
commit
3700bb4568
2 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ Author: Sebastian Ullrich
|
|||
*/
|
||||
#pragma once
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include "library/module_mgr.h"
|
||||
#include "frontends/lean/parser.h"
|
||||
#include "frontends/lean/info_manager.h"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
|
|||
Author: Leonardo de Moura
|
||||
*/
|
||||
#pragma once
|
||||
#include <string>
|
||||
#include "kernel/environment.h"
|
||||
namespace lean {
|
||||
optional<name> is_hole_command(environment const & env, name const & n);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue