File: Main.hs

package info (click to toggle)
haskell-os-string 2.0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 332 kB
  • sloc: haskell: 3,283; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 160 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
{-# LANGUAGE TypeApplications #-}

module Main (main) where

import qualified EncodingSpec as Spec
import TestUtil

main :: IO ()
main = runTests (Spec.tests)