packages feed

flow-1.0.0: Test.hs

module Main (main) where

import Test.DocTest (doctest)

main :: IO ()
main = doctest ["Flow.hs"]