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

Free / Co-Free #11

Open
solomon-b opened this issue Mar 6, 2023 · 1 comment
Open

Free / Co-Free #11

solomon-b opened this issue Mar 6, 2023 · 1 comment
Labels

Comments

@solomon-b
Copy link
Collaborator

No description provided.

@dspivak
Copy link
Contributor

dspivak commented Mar 8, 2023

The free monad Free p satisfies the inductive formula
Free p = y + (p \tri (Free p))
and the cofree comonad Cofree p satisfies the coinductive formula
Cofree p = y x (p \tri (Cofree p)).
Is this enough to define them in the type theory?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants