You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move factorial from Cubical.Data.Fin.LehmerCode to Cubical.Data.Nat.Properties (#1184)
* Update LehmerCode.agda
* Update Properties.agda
add `factorial` here
* Update LehmerCode.agda
made it export `factorial` so nothing else in the library that depends on `factorial` being exported breaks
* Removed dependency on LehmerCode exporting `factorial`
* Removed dependency on LehmerCode exporting `factorial`
* Removed dependency on LehmerCode exporting `factorial`
* Remove the public export of `factorial` from LehmerCode.agda
0 commit comments