box-0.3.0: test/test.hs
{-# OPTIONS_GHC -Wall #-}
module Main where
import Prelude
import Test.DocTest
main :: IO ()
main = doctest
[ "src/Box.hs"
-- "src/Box/Control.hs"
]
{-# OPTIONS_GHC -Wall #-}
module Main where
import Prelude
import Test.DocTest
main :: IO ()
main = doctest
[ "src/Box.hs"
-- "src/Box/Control.hs"
]