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

Compilation flag to build without singletons #15

Closed
int-index opened this issue Dec 18, 2017 · 3 comments
Closed

Compilation flag to build without singletons #15

int-index opened this issue Dec 18, 2017 · 3 comments

Comments

@int-index
Copy link

I use this library to prove KnownNat (n + 1) from KnownNat n, installing singletons is a bit of an overkill.

@christiaanb
Copy link
Member

It’s never really bothered me personally I guess, because a lot of my code depends on singletons, so I used some of its types without too much thought.

Removing the dependency shouldn’t be too much work I think.

christiaanb added a commit that referenced this issue Dec 22, 2017
@christiaanb
Copy link
Member

I've removed the singletons dependency and will probably do a release between Christmas and New Years.

@int-index
Copy link
Author

Thanks!

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

No branches or pull requests

2 participants