Reason: it contains a bunch of little functions that are supposed to be defined in other modules.
10 lines
293 B
Text
10 lines
293 B
Text
/-
|
|
Copyright (c) 2016 Microsoft Corporation. All rights reserved.
|
|
Released under Apache 2.0 license as described in the file LICENSE.
|
|
Authors: Leonardo de Moura
|
|
-/
|
|
prelude
|
|
import Init.Data.List.Basic
|
|
import Init.Data.List.BasicAux
|
|
import Init.Data.List.Instances
|
|
import Init.Data.List.Control
|