mirror of
https://github.com/SinTan1729/lean-talk-sp24.git
synced 2024-12-25 21:28:36 -06: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
|