
annotateProps: AnnotateProps.hs
	ghc --make -o $@ $<


test: annotateProps
	cat ../collections-api/Data/Collections/Properties.hs | ./annotateProps 



