Skip to content

Commit cd70e1d

Browse files
committed
update CHANGES
1 parent f680c3a commit cd70e1d

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

Bool.lp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ with istrue false ↪ ⊥;
3434

3535
coerce_rule coerce 𝔹 Prop $xistrue $x;
3636

37-
symbol istrue=true [x] : π (istrue x) → π (x = true)≔
37+
symbol istrue=true [x] : π (istrue x) → π (x = true)
3838
begin
3939
assume x h;
4040
refine ∨ₑ (case_𝔹 x) _ _

CHANGES.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,23 @@ All notable changes to this project will be documented in this file.
33
The format is based on [Keep a Changelog](https://keepachangelog.com/),
44
and this project adheres to [Semantic Versioning](https://semver.org/).
55

6-
76
## Unreleased
87

98
### Added
109

11-
- FunExt: Axiom for functional extensionality
12-
- PropExt: Axiom for propositional extensionality and related theorems
13-
- List: add nths
10+
- FunExt: axiom for functional extensionality
11+
- PropExt: axiom for propositional extensionality and related theorems
12+
- Prod: Cartesian product (extracted from Set)
13+
- Option: polymorphic option type
14+
- String: builtin string type
15+
- Tactic: tactic type for the eval tactic
16+
- Comp: isLe and isGe
17+
- List: mem_tail, nths and related properties
18+
- Bool: istrue=true
19+
20+
### Changed
21+
22+
- Set: moved Cartesian product to separate Prod file, pairing constructor renamed as "‚"
1423

1524
## 1.2.0 (2025-02-04)
1625

0 commit comments

Comments
 (0)