TOP = ../..

GHC = ghc

.PHONY: check

check:
	./check-uniques.py $(TOP)
