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

[reflection] [major refactor] [fixes #28] generalise Tactic.Nat to work with other libraries #31

Merged
merged 4 commits into from
Mar 14, 2016

Conversation

m0davis
Copy link
Contributor

@m0davis m0davis commented Mar 14, 2016

Fixes issue #28.

  • simplifygoal-tactic now needs only the target of simplification
  • we use inferFunRange to feed the desired target to simplifygoal-tactic.
  • add module parameters to Tactic.Nat for ≤ and conversions between agda-prelude's ≤ and that of your library of choice
  • moved all tests of Tactic.Nat (and subsidiaries) to tests/NatTactic.agda
  • add dependency of standard-library to test/test.agda-lib (for tests of Tactic.Nat)

NB: this depends on pull #30

…ication

We use inferFunRange to feed the desired target to simplifygoal-tactic.
…Nat to work with other libraries

* add module parameters to Tactic.Nat for ≤ and conversions between agda-prelude's ≤ and that of your library of choice
* moved all tests of Tactic.Nat (and subsidiaries) to tests/NatTactic.agda
* add dependency of standard-library to test/test.agda-lib (for tests of Tactic.Nat)
@UlfNorell
Copy link
Owner

Nice work!

UlfNorell added a commit that referenced this pull request Mar 14, 2016
[reflection] [major refactor] [fixes #28] generalise Tactic.Nat to work with other libraries
@UlfNorell UlfNorell merged commit cb97e58 into UlfNorell:master Mar 14, 2016
@m0davis m0davis deleted the feature-tactic-nat-generalise branch March 14, 2016 12:45
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