mirror of
https://github.com/typeable/validationt.git
synced 2024-11-22 09:42:46 +03:00
7 lines
109 B
Haskell
7 lines
109 B
Haskell
module Main (main) where
|
|
|
|
import Test.DocTest
|
|
|
|
main :: IO ()
|
|
main = doctest [ "-XOverloadedStrings", "src" ]
|