mirror of
https://git.cs.ou.nl/joshua.moerman/mealy-decompose.git
synced 2025-04-29 17:57:44 +02:00
4 lines
90 B
Haskell
4 lines
90 B
Haskell
module Main (main) where
|
|
|
|
main :: IO ()
|
|
main = putStrLn "Test suite not yet implemented."
|