mirror of
https://github.com/SinTan1729/lean-talk-sp24.git
synced 2025-04-17 08:27:42 -05:00
5 lines
269 B
Text
5 lines
269 B
Text
-- This module serves as the root of the `«LeanTalkSP24»` library.
|
|
-- Import modules here that should be built as part of the library.
|
|
import «LeanTalkSP24».basics
|
|
import «LeanTalkSP24».infinitely_many_primes
|
|
import «LeanTalkSP24».polynomial_over_field_dim_one
|