Created
February 4, 2017 07:19
-
-
Save prozacchiwawa/e847e2dd2b12a0768f58f855b349cad9 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
> α΄yα΄©α΄ = 3 | |
3 : number | |
> type Tyα΄©α΄ α΄yα΄©α΄ = Tyα΄©α΄ α΄yα΄©α΄ | |
> ΚΚdΗ = 4 | |
4 : number | |
> isPlayingΰ₯½ x = x /= Nothing | |
<function> : Maybe.Maybe a -> Bool | |
> isPlayingΰ₯½ (Just 3) | |
True : Bool | |
> aα = 3 | |
3 : number | |
> stargα°te = 3 | |
3 : number | |
> β±Ά = 3 | |
3 : number | |
> isPlayingΙ x = x /= Nothing | |
<function> : Maybe.Maybe a -> Bool | |
> type Font ΚuoΙ = οΌ¦ο½ο½ο½| π π¨π§π|π±πππ|ππππ|ππΈπ·π½|π½π ππ₯|π΅πππ|π₯πππ|ππΌπ»π|ππ€π£π©|ππ°π―π΅ ΚuoΙ | |
> ππππ | |
ππππ : Repl.Font ΚuoΙ | |
> π½π ππ₯ | |
π½π ππ₯ : Repl.Font ΚuoΙ | |
> π½π ππ₯ /= ππππ | |
True : Bool |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment