Skip to content

Commit

Permalink
chore: Remove raw failure constructor from export list
Browse files Browse the repository at this point in the history
  • Loading branch information
414owen committed Mar 14, 2024
1 parent d385229 commit 18d321e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Data/Serialize/Get.hs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module Data.Serialize.Get (
, runGetLazyState

-- ** Incremental interface
, Result(Fail, ..)
, Result(Fail, Partial, Done)
, runGetPartial
, runGetChunk

Expand Down

0 comments on commit 18d321e

Please sign in to comment.