File: HUnit.lhs

package info (click to toggle)
hunit 1.0-8
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 172 kB
  • ctags: 15
  • sloc: haskell: 577; makefile: 74
file content (13 lines) | stat: -rw-r--r-- 213 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
HUnit.lhs  --  interface module for HUnit

$Id: HUnit.lhs,v 1.3 2002/02/09 04:25:12 heringto Exp $

> module HUnit
> (
>   module HUnitBase,
>   module HUnitText
> )
> where

> import HUnitBase
> import HUnitText