You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.
Expected Right "```haskell\nhead :: [a] -> a\n```\nExtract the first element of a list, which must be non-empty.\n\n[More info](https://hackage.haskell.org/package/base/docs/Prelude.html#v:head)"
but got Right "```haskell\nhead :: [a] -> a\n```\n<math>. Extract the first element of a list, which must be\nnon-empty.\n\n[More info](https://hackage.haskell.org/package/base/docs/Prelude.html#v:head)"
change can be observed in hoogle as well https://hoogle.haskell.org/?hoogle=head
So, I assume hoogle output changed somehow. Updating the test-case should be enough.
The text was updated successfully, but these errors were encountered:
change can be observed in hoogle as well https://hoogle.haskell.org/?hoogle=head
So, I assume hoogle output changed somehow. Updating the test-case should be enough.
The text was updated successfully, but these errors were encountered: