mirror of
https://github.com/typeable/validationt.git
synced 2024-11-22 17:56:26 +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" ]
|