Skip to content

Commit fdadeb5

Browse files
authored
Update LehmerCode.agda
made it export `factorial` so nothing else in the library that depends on `factorial` being exported breaks
1 parent 2696726 commit fdadeb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cubical/Data/Fin/LehmerCode.agda

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ open import Cubical.Relation.Nullary
2222
open import Cubical.Data.Unit as ⊤
2323
open import Cubical.Data.Empty as ⊥
2424
open import Cubical.Data.Nat
25+
open import Cubical.Data.Nat.Properties using (factorial) public
2526
open import Cubical.Data.Nat.Order
2627
open import Cubical.Data.Fin.Base as F
2728
open import Cubical.Data.Fin.Properties

0 commit comments

Comments
 (0)