-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBoundedArithmetic.lean
More file actions
22 lines (22 loc) · 859 Bytes
/
Copy pathBoundedArithmetic.lean
File metadata and controls
22 lines (22 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
-- This module serves as the root of the `BoundedArithmetic` library.
-- Import modules here that should be built as part of the library.
import BoundedArithmetic.Algebra
import BoundedArithmetic.AxiomSchemes
import BoundedArithmetic.BasicSingleSorted
import BoundedArithmetic.Complexity
import BoundedArithmetic.DisplayedVariables
import BoundedArithmetic.IDelta0
import BoundedArithmetic.IOPEN
import BoundedArithmetic.IsEnum
import BoundedArithmetic.LanguagePeano
import BoundedArithmetic.LanguageZambella
import BoundedArithmetic.MathlibSimps
import BoundedArithmetic.Order
import BoundedArithmetic.Register
import BoundedArithmetic.Semantics
import BoundedArithmetic.SimpRules
import BoundedArithmetic.Syntax
import BoundedArithmetic.V0
import BoundedArithmetic.V0StrAddComm
import BoundedArithmetic.V0StrAddAssoc
import BoundedArithmetic.V0StrSuccAssoc