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

Don't normalize partially saturated {List,Natural}/fold #1742

Merged
merged 5 commits into from
Apr 10, 2020

Conversation

Gabriella439
Copy link
Collaborator

... to match the regression test added in:

dhall-lang/dhall-lang#950

Copy link
Collaborator

@sjakobi sjakobi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

I believe we'll have to make a similar change for List/fold though, right?

⊢ List/fold Natural [1]

λ(list : Type) → λ(cons : Natural → list → list) → λ(nil : list) → cons 1 nil

@Gabriella439 Gabriella439 changed the title Don't normalize partially saturated Natural/fold Don't normalize partially saturated {List,Natural}/fold Apr 9, 2020
The Hydra build failed due to `isNormalized` not being consistent with
`normalize`
@Gabriella439 Gabriella439 merged commit a6c92bb into master Apr 10, 2020
@Gabriella439 Gabriella439 deleted the gabriel/fix_Natural_fold branch April 10, 2020 02:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants