Last active
October 30, 2021 08:37
-
-
Save lunandd/1931f94814e8c79e5aa134cd5dd3eb03 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
module FireworkPrelude where | |
import Data.Int | |
import Data.Int (Int64) | |
import Data.String | |
type I32 = Int | |
type I64 = Int64 | |
data FireworkEnv = FireworkEnv | |
{ author :: String, | |
name :: String, | |
version :: String | |
} deriving (Show) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment