Remark: this is just the first step, we still need to populate the `conv.interactive` namespace with tactics such as rewrite, simp, etc.
9 lines
279 B
Text
9 lines
279 B
Text
/-
|
|
Copyright (c) 2017 Microsoft Corporation. All rights reserved.
|
|
Released under Apache 2.0 license as described in the file LICENSE.
|
|
Authors: Leonardo de Moura
|
|
|
|
Converter monad for building simplifiers.
|
|
-/
|
|
prelude
|
|
import init.meta.converter.conv init.meta.converter.interactive
|