chore(library/init/lean/parser/macro): fix import

This commit is contained in:
Leonardo de Moura 2018-04-27 13:42:18 -07:00
parent 6f0296c757
commit 1f2f44dc9f

View file

@ -4,8 +4,8 @@ Released under Apache 2.0 license as described in the file LICENSE.
Author: Sebastian Ullrich
-/
prelude
import init.parser.move
import init.parser.syntax
import init.lean.parser.move
import init.lean.parser.syntax
import init.meta.well_founded_tactics
namespace lean.parser