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

RFC: smash-categories Project #5

Open
emilypi opened this issue Apr 9, 2020 · 1 comment
Open

RFC: smash-categories Project #5

emilypi opened this issue Apr 9, 2020 · 1 comment
Labels
question Further information is requested

Comments

@emilypi
Copy link
Owner

emilypi commented Apr 9, 2020

This issue is for an additional smash-categories project, defining the following:

  • instances for the tensor-hom adjunctions in Hask*
  • representable/distributive/* instances from the extended Kmettoverse
  • Category definition for both variants of pointed Hask
  • Types, definitions, other specs? We will probably need to write newtypes a la
newtype Marrow a b = MArrow 
  { runMarrow :: Maybe a -> Maybe b
  }

newtype EMarrow a b = EMarrow 
  { runEMarrow :: (a, Maybe a -> b) 
  }

see adjunctions, distributive, categories, void

@tetrapharmakon

@emilypi
Copy link
Owner Author

emilypi commented Apr 9, 2020

I'll create the project structure and you can have at it

@emilypi emilypi added the question Further information is requested label Jun 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant