Skip to content

Commit dd7d77d

Browse files
buzdengallais
authored andcommitted
[ visibility ] Make Monad of Vect to the visible from outside
1 parent c29dc73 commit dd7d77d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/base/Data/Vect.idr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -858,6 +858,7 @@ implementation {k : Nat} -> Applicative (Vect k) where
858858

859859
-- ||| This monad is different from the List monad, (>>=)
860860
-- ||| uses the diagonal.
861+
public export
861862
implementation {k : Nat} -> Monad (Vect k) where
862863
m >>= f = diag (map f m)
863864

0 commit comments

Comments
 (0)