aop-prelude-0.3.1.0: test/MyLibTest.hs
{-# LANGUAGE NoImplicitPrelude #-}
module Main (main) where
import AOPPrelude
main :: IO ()
main = primPrint "Test suite not yet implemented."
{-# LANGUAGE NoImplicitPrelude #-}
module Main (main) where
import AOPPrelude
main :: IO ()
main = primPrint "Test suite not yet implemented."