11 lines
344 B
Text
11 lines
344 B
Text
/-
|
|
Copyright (c) 2019 Microsoft Corporation. All rights reserved.
|
|
Released under Apache 2.0 license as described in the file LICENSE.
|
|
Authors: Leonardo de Moura, Sebastian Ullrich
|
|
-/
|
|
prelude
|
|
import init.lean.parser.parser
|
|
import init.lean.parser.level
|
|
import init.lean.parser.term
|
|
import init.lean.parser.command
|
|
import init.lean.parser.module
|