Skip to content

Commit

Permalink
Add Index.Seq.toSeq
Browse files Browse the repository at this point in the history
  • Loading branch information
ollef committed May 23, 2024
1 parent 77490e2 commit 021ffe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Index/Seq.hs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import qualified Data.Sequence as Seq
import Index
import Protolude hiding (Seq)

newtype Seq v a = Seq (Seq.Seq a)
newtype Seq v a = Seq {toSeq :: Seq.Seq a}
deriving (Show, Foldable)

pattern Empty :: Seq Void a
Expand Down

0 comments on commit 021ffe1

Please sign in to comment.