Skip to content

Instantly share code, notes, and snippets.

@dullbananas
Created June 9, 2020 19:24
Show Gist options
  • Save dullbananas/4afdd84ed4bee8eaf433cd6d82e467f3 to your computer and use it in GitHub Desktop.
Save dullbananas/4afdd84ed4bee8eaf433cd6d82e467f3 to your computer and use it in GitHub Desktop.
EA Ports. It's in the game.
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