Skip to content

Commit 24f4632

Browse files
authored
Update LehmerCode.agda
1 parent c16edad commit 24f4632

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Cubical/Data/Fin/LehmerCode.agda

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,6 @@ encode = equivFun lehmerEquiv
191191
decode : LehmerCode n Fin n ≃ Fin n
192192
decode = invEq lehmerEquiv
193193

194-
-- Use the one in Cubical.Data.Nat.Properties instead
195-
factorial :
196-
factorial = _!
197-
198194
lehmerFinEquiv : LehmerCode n ≃ Fin (n !)
199195
lehmerFinEquiv {zero} = isContr→Equiv isContrLehmerZero isContrFin1
200196
lehmerFinEquiv {suc n} = _ ≃⟨ invEquiv lehmerSucEquiv ⟩

0 commit comments

Comments
 (0)