Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing some partial function warnings being emitted by GHC #483

Merged

Commits on Apr 4, 2024

  1. Fixing some partial function warnings being emitted by GHC.

    Replacing `tail` with a varient that emits an empty list when the input
    list is also empty. Otherwise it behaves as `Prelude.tail`
    lepsa committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    7ffb13e View commit details
    Browse the repository at this point in the history