Created
June 23, 2018 00:49
-
-
Save kennetpostigo/90237a11562cf59fb261f6fff97a8aef to your computer and use it in GitHub Desktop.
Reason Phantom Type Animal catch all
This file contains 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
module Animal: Animal = { | |
... | |
let mate = (x, y) => {j|π $x and $y mated! π|j}; | |
let interMate = (x, y) => {j|π©$x & $y are mating! WAT IS HAPPENING!π©|j}; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment