File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ MISSING = \
33 find . -name '*.v' ! -name Notes.v \
44 ! -name Extract.v \
55 ! -name CpdtTactics.v \
6- ! -name '*2.v' | \
7- xargs egrep -i -Hn '(abort|admit|undefined)' | \
8- egrep -v 'Definition undefined' | \
6+ ! -name '*2.v' | \
7+ xargs egrep -i -Hn '(Fail| abort|admit|undefined)' | \
8+ egrep -v 'Definition undefined' | \
99 egrep -v '(old|new|research)/'
1010
1111VFILES = $(wildcard src/* .v)
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ Unset Strict Implicit.
88Unset Printing Implicit Defensive.
99Generalizable All Variables .
1010Set Primitive Projections .
11- Set Universe Polymorphism.
1211Unset Transparent Obligations .
1312
1413Definition Lens s t a b := forall `{Functor f}, (a -> f b) -> s -> f t.
You can’t perform that action at this time.
0 commit comments