Skip to content

RFC: smash-categories Project #5

@emilypi

Description

@emilypi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions