Skip to content

Commit cd83f0a

Browse files
committed
Fix ERemapInductives translation, remove spurious generated file from git
1 parent b24b884 commit cd83f0a

File tree

3 files changed

+2
-72
lines changed

3 files changed

+2
-72
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,3 +413,4 @@ template-rocq/_TemplateRocqProject
413413
.gitignore
414414
template-rocq/_PluginProject
415415
template-rocq/_RocqProject
416+
template-rocq/Makefile.template.conf

erasure/theories/ERemapInductives.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Section Remap.
6565
match lookup_inductive_assoc mapping (fst i) with
6666
| None => tCase i c brs
6767
| Some tr =>
68-
mkApps (tConst tr.(elim)) (map make_branch brs)
68+
mkApps (tConst tr.(elim)) (c :: map make_branch brs)
6969
end.
7070

7171
Equations remap (t : term) : term :=

template-rocq/Makefile.template.conf

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)