Created
June 9, 2020 19:24
-
-
Save dullbananas/4afdd84ed4bee8eaf433cd6d82e467f3 to your computer and use it in GitHub Desktop.
EA Ports. It's in the game.
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 EA exposing (..) | |
port ea0 : Int -> Cmd msg | |
port ea1 : Int -> Cmd msg | |
port ea2 : Int -> Cmd msg | |
port ea3 : Int -> Cmd msg | |
port ea4 : Int -> Cmd msg | |
port ea5 : Int -> Cmd msg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment