File: test-minimorph.hs

package info (click to toggle)
haskell-minimorph 0.3.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 88 kB
  • sloc: haskell: 320; makefile: 6
file content (8 lines) | stat: -rw-r--r-- 152 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
import Test.Framework

import qualified NLP.Minimorph.EnglishTest

main :: IO ()
main = defaultMain
        [ NLP.Minimorph.EnglishTest.suite
        ]