lean2/src/library/blast/intros.h

12 lines
237 B
C
Raw Normal View History

2015-11-09 03:18:40 +00:00
/*
Copyright (c) 2015 Microsoft Corporation. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Author: Leonardo de Moura
*/
#pragma once
namespace lean {
namespace blast {
bool intros_action();
}}