Closed
Description
Aaaargh! two/three bugs have crept into master
after #1930, #2107:
-
README.Inspect
no longer typechecks, because theimport
ofPropositionalEquality
fails to include the constructor name[_]
; FIXED by [fixes #2127] Fixes #1930import
bug #2128 -
README
no longer refers toREADME.Inspect
, so the first bug goes un-noticed; PUSHED commit. -
README.Inspect
is marked asDEPRECATED
; PUSHED commit.
The first should be fixed (my fault, I think, arising from #1930).
The second and third are, perhaps, moot, but should perhaps be reverted?