Skip to content

Commit

Permalink
Fix very odd failure in the docspec for Unfoldr under GHC 9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Lysxia committed Apr 2, 2024
1 parent 67432a6 commit e93e84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fcf/Data/List.hs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ type instance Eval (UnfoldrCase _ 'Nothing) = '[]
-- >>> data ToThree :: Nat -> Exp (Maybe (Nat, Nat))
-- >>> :{
-- type instance Eval (ToThree b) =
-- If (Eval (b Fcf.>= 4))
-- If (4 TL.<=? b)
-- Nothing
-- (Just '(b, b TL.+ 1))
-- :}
Expand Down

0 comments on commit e93e84a

Please sign in to comment.