DEBSOURCES
Skip Quicknav
sources / haskell-os-string / 2.0.6-2 / tests / encoding / Main.hs
12345678910
{-# LANGUAGE TypeApplications #-} module Main (main) where import qualified EncodingSpec as Spec import TestUtil main :: IO () main = runTests (Spec.tests)