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

Hyper a b = Fix (Ran (Const a) (Const b)) #3

Open
Icelandjack opened this issue Nov 7, 2017 · 0 comments
Open

Hyper a b = Fix (Ran (Const a) (Const b)) #3

Icelandjack opened this issue Nov 7, 2017 · 0 comments

Comments

@Icelandjack
Copy link

Hyperfunctions

newtype Hyper a b = Hyper (Hyper b a -> b)

can be defined as a fixed point of a right Kan extension of two constant functors

type Hyper a b = Fix (Ran (Const a) (Const b))

Is this useful / known / does it lead to any insights?

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

1 participant