-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
questionFurther information is requestedFurther information is requested
Description
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
Categorydefinition 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested