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

Check that zippers compose well #7

Open
Kerl13 opened this issue Apr 21, 2022 · 0 comments
Open

Check that zippers compose well #7

Kerl13 opened this issue Apr 21, 2022 · 0 comments

Comments

@Kerl13
Copy link
Member

Kerl13 commented Apr 21, 2022

We know how to generate zippers for two types like

type 'a t1 = (* some constructors *)
type t2 = (* some other constructors *)

But what happens with the type t2 t1?

  • If it is defined at the top-level like type foo = t2 t1 @deriving zipper, we should probably generate a new zipper type for this type.
  • If not, we should check that the zipper t2 t1_zipper is convenient enough to use
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants