File: TestIxSetTyped.hs

package info (click to toggle)
haskell-ixset-typed 0.5.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 132 kB
  • sloc: haskell: 769; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 121 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
module Main where

import Test.Tasty
import Data.IxSet.Typed.Tests (allTests)

main :: IO ()
main = defaultMain allTests