lean4-htt/src/library/compiler/csimp.h
2018-09-14 09:07:35 -07:00

11 lines
305 B
C++

/*
Copyright (c) 2018 Microsoft Corporation. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Author: Leonardo de Moura
*/
#pragma once
#include "kernel/environment.h"
namespace lean {
expr csimp(environment const & env, local_ctx const & lctx, expr const & e);
}