mirror of
https://git.cs.ou.nl/joshua.moerman/mealy-decompose.git
synced 2025-06-05 10:27: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."
|