Skip to content

[tify] generalises [zify] for an arbitrary type. - #1

Open
proux01 wants to merge 2 commits into
masterfrom
tify
Open

proux01 wants to merge 2 commits into
masterfrom
tify

Conversation

@proux01

@proux01 proux01 commented Apr 5, 2026

Copy link
Copy Markdown
Contributor

The goal of the zify tactic is to map numeric types (e.g. nat) and operators (e.g Nat.add) towards Z.
However, it is sometimes useful to define other mappings (e.g. towards R).

The PR defines the tify T tactic where T is the target type that is used to disambiguate the mapping.
As a result, zify can be redefined as tify Z.

Overlay (to be merged in sync with the current PR)

@proux01
proux01 force-pushed the master branch 2 times, most recently from 890ec64 to 7229700 Compare April 6, 2026 10:20
@proux01
proux01 force-pushed the tify branch 2 times, most recently from 7556fdc to 79fa41f Compare April 6, 2026 10:48
@proux01
proux01 force-pushed the tify branch 3 times, most recently from d093f62 to 0da41f9 Compare June 4, 2026 14:00
@proux01
proux01 force-pushed the tify branch 2 times, most recently from 04d385c to 655d623 Compare June 10, 2026 05:53
fajb and others added 2 commits August 26, 2026 10:07
- [zify] is defined as [tify Z]
- [Nat.add] to be injected into both [Z] and [R].
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