Skip to content

Instantly share code, notes, and snippets.

@lunandd
Last active October 30, 2021 08:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lunandd/1931f94814e8c79e5aa134cd5dd3eb03 to your computer and use it in GitHub Desktop.
Save lunandd/1931f94814e8c79e5aa134cd5dd3eb03 to your computer and use it in GitHub Desktop.
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