/* Copyright (c) 2015 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Leonardo de Moura */ #include "library/simplifier/simp_tactic.h" namespace lean { expr mk_simp_tactic_expr(buffer const & /* ls */, buffer const & /* ns */, buffer const & /* ex */, optional const & /* pre_tac */, location const & /* loc */) { return expr(); } }