File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed
Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ with istrue false ↪ ⊥;
3434
3535coerce_rule coerce 𝔹 Prop $x ↪ istrue $x ;
3636
37- symbol istrue =true [x ] : π (istrue x ) → π (x = true )≔
37+ symbol istrue =true [x ] : π (istrue x ) → π (x = true ) ≔
3838begin
3939 assume x h ;
4040 refine ∨ₑ (case_ 𝔹 x ) _ _
Original file line number Diff line number Diff line change @@ -3,14 +3,23 @@ All notable changes to this project will be documented in this file.
33The format is based on [ Keep a Changelog] ( https://keepachangelog.com/ ) ,
44and 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
You can’t perform that action at this time.
0 commit comments