Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

[Merged by Bors] - feat(tactic/norm_num): support for nat.cast + int constructors #6235

Closed
wants to merge 2 commits into from

Conversation

digama0
Copy link
Member

@digama0 digama0 commented Feb 15, 2021

This adds support for the functions nat.cast, int.cast, rat.cast
as well as int.to_nat, int.nat_abs and the constructors of int
int.of_nat and int.neg_succ_of_nat, at least in their simp-normal
forms.

This adds support for the functions `nat.cast`, `int.cast`, `rat.cast`
as well as `int.to_nat`, `int.nat_abs` and the constructors of int
 `int.of_nat` and `int.neg_succ_of_nat`, at least in their simp-normal
 forms.
@robertylewis robertylewis added the awaiting-author A reviewer has asked the author a question or requested changes label Feb 15, 2021
@bryangingechen bryangingechen added the t-meta Tactics, attributes or user commands label Feb 16, 2021
@bryangingechen bryangingechen added awaiting-review The author would like community review of the PR and removed awaiting-author A reviewer has asked the author a question or requested changes labels Mar 14, 2021
@semorrison
Copy link
Collaborator

bors merge

@github-actions github-actions bot added ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) and removed awaiting-review The author would like community review of the PR labels Mar 17, 2021
bors bot pushed a commit that referenced this pull request Mar 17, 2021
This adds support for the functions `nat.cast`, `int.cast`, `rat.cast`
as well as `int.to_nat`, `int.nat_abs` and the constructors of int
 `int.of_nat` and `int.neg_succ_of_nat`, at least in their simp-normal
 forms.
@bors
Copy link

bors bot commented Mar 17, 2021

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(tactic/norm_num): support for nat.cast + int constructors [Merged by Bors] - feat(tactic/norm_num): support for nat.cast + int constructors Mar 17, 2021
@bors bors bot closed this Mar 17, 2021
@bors bors bot deleted the norm_num_cast branch March 17, 2021 08:30
b-mehta pushed a commit that referenced this pull request Apr 2, 2021
This adds support for the functions `nat.cast`, `int.cast`, `rat.cast`
as well as `int.to_nat`, `int.nat_abs` and the constructors of int
 `int.of_nat` and `int.neg_succ_of_nat`, at least in their simp-normal
 forms.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) t-meta Tactics, attributes or user commands
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants