Skip to content

Commit

Permalink
Fix typo in namespace for [bi]traversable composition
Browse files Browse the repository at this point in the history
  • Loading branch information
joelberkeley authored and CodingCellist committed Sep 20, 2023
1 parent dc79c6d commit f6c000e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libs/prelude/Prelude/Interfaces.idr
Original file line number Diff line number Diff line change
Expand Up @@ -583,8 +583,7 @@ namespace Traversable
using Foldable.Compose Functor.Compose where
traverse = traverse . traverse

namespace Bitraveresable

namespace Bitraversable
||| Composition of a bitraversable and a traversable is bitraversable.
public export %tcinline
[Compose] (l : Traversable t) => (r : Bitraversable p) => Bitraversable (t .: p)
Expand Down

0 comments on commit f6c000e

Please sign in to comment.