Created
November 12, 2017 13:37
-
-
Save mandubian/55962300b0467acfaab9e7ff54da8682 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
trait CartesianCat[->[_, _]] extends Cat[->] { | |
def ⨂[A, C, D]: (A -> C) => (A -> D) => (A -> (C, D)) | |
def exl[A, B]: (A, B) -> A | |
def exr[A, B]: (A, B) -> B | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment