This PR makes the library suggestions extension state available when importing from `module` files. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
13 lines
389 B
Text
13 lines
389 B
Text
/-
|
|
Copyright (c) 2025 Lean FRO, LLC. All rights reserved.
|
|
Released under Apache 2.0 license as described in the file LICENSE.
|
|
Authors: Kim Morrison
|
|
-/
|
|
module
|
|
|
|
prelude
|
|
public import Lean.LibrarySuggestions.Basic
|
|
import Lean.LibrarySuggestions.SymbolFrequency
|
|
import Lean.LibrarySuggestions.MePo
|
|
public import Lean.LibrarySuggestions.SineQuaNon
|
|
public import Lean.LibrarySuggestions.Default
|