Skip to content

Commit

Permalink
remove redundant fixity declarations from SnocVect module
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin committed Jan 21, 2025
1 parent c69fd2e commit 19e5396
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Data/SnocVect.idr
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ data SnocVect : Nat -> Type -> Type where

%name SnocVect sx, sy, sz

export infixl 7 <><
export infixr 6 <>>

||| 'fish': Action of lists on snoc-lists
public export
(<><) : SnocVect n a -> Vect m a -> SnocVect (n + m) a
Expand Down

0 comments on commit 19e5396

Please sign in to comment.