chore(library/tactic/hole_command,frontends/lean/interactive): fix style

This commit is contained in:
Leonardo de Moura 2017-06-14 22:23:25 -07:00
parent 7557a9e000
commit 3700bb4568
2 changed files with 2 additions and 0 deletions

View file

@ -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"

View file

@ -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);