add config datatype
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
module Main where
|
module Main where
|
||||||
|
|
||||||
|
data WasmConfig = WasmConfig {
|
||||||
|
inputFile :: String,
|
||||||
|
outputFile :: String
|
||||||
|
} deriving (Show, Eq)
|
||||||
|
|
||||||
main :: IO ()
|
main :: IO ()
|
||||||
main = do
|
main = do
|
||||||
putStrLn "There is no WASM!"
|
putStrLn "There is no WASM!"
|
||||||
|
|||||||
Reference in New Issue
Block a user