sai-shape-syb-0.3.0: tests/test-05.hs
{-# LANGUAGE CPP #-}
module Main ( main ) where
import ShapeSyb ( main_tests )
import Control.Monad ( void )
main = void main_tests >> return ()
{-# LANGUAGE CPP #-}
module Main ( main ) where
import ShapeSyb ( main_tests )
import Control.Monad ( void )
main = void main_tests >> return ()