mirror of
https://git.cs.ou.nl/joshua.moerman/mealy-decompose.git
synced 2025-04-30 10:17:45 +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."
|